Skip to content

Commit 7bd7f4a

Browse files
committed
output region
1 parent c115af5 commit 7bd7f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sfeIoTNodeLoRaWAN/sfeIoTNodeLoRaWANAbout.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ void sfeIoTNodeLoRaWAN::displayAppStatus(bool useInfo)
8787
flxLog__(logLevel, "%cApplication EUI: %s", pre_ch, _loraWANConnection.appEUI().c_str());
8888
flxLog__(logLevel, "%cOperating Class: '%s'", pre_ch,
8989
_loraWANConnection.kLoRaWANClasses[_loraWANConnection.loraWANClass()]);
90+
flxLog__(logLevel, "%cOperating Region: '%s'", pre_ch, _loraWANConnection.getRegionName());
9091

9192
flxLog_N("");
9293
if (!useInfo)

0 commit comments

Comments
 (0)