We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd102c commit 879b54cCopy full SHA for 879b54c
sfeIoTNodeLoRaWAN/flxLoRaWANDigi.cpp
@@ -412,7 +412,7 @@ bool flxLoRaWANDigi::setupModule(void)
412
// if (!_pXBeeLR->setLoRaWANRegion(_lora_region))
413
// flxLog_W(F("%s: Error setting the LoRaWAN Region to `%s`"), name(), getRegionName());
414
// else
415
- // flxLog_V(F("%s: Set the LoRaWAN Region to `%s`"), name(), getRegionName());
+ // flxLog_V_(F("%s: Set the LoRaWAN Region to `%s`"), name(), getRegionName());
416
417
// flxLog_N_(F("."));
418
0 commit comments