Skip to content

Commit 879b54c

Browse files
committed
tweak to verbose output -- if region code is enabled/uncommented
1 parent 5fd102c commit 879b54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfeIoTNodeLoRaWAN/flxLoRaWANDigi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ bool flxLoRaWANDigi::setupModule(void)
412412
// if (!_pXBeeLR->setLoRaWANRegion(_lora_region))
413413
// flxLog_W(F("%s: Error setting the LoRaWAN Region to `%s`"), name(), getRegionName());
414414
// else
415-
// flxLog_V(F("%s: Set the LoRaWAN Region to `%s`"), name(), getRegionName());
415+
// flxLog_V_(F("%s: Set the LoRaWAN Region to `%s`"), name(), getRegionName());
416416

417417
// flxLog_N_(F("."));
418418

0 commit comments

Comments
 (0)