Skip to content

Commit 4d20c73

Browse files
committed
There is no device id for MKR WAN boards at this point
1 parent 05d299d commit 4d20c73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ArduinoIoTCloudLPWAN.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ void ArduinoIoTCloudLPWAN::update() {
9292
}
9393

9494
void ArduinoIoTCloudLPWAN::printDebugInfo() {
95-
Debug.print(DBG_INFO, "***** Arduino IoT Cloud LPWAN- configuration info *****");
96-
Debug.print(DBG_INFO, "Device ID: %s", getDeviceId().c_str());
95+
Debug.print(DBG_INFO, "***** Arduino IoT Cloud LPWAN - configuration info *****");
9796
Debug.print(DBG_INFO, "Thing ID: %s", getThingId().c_str());
9897
}
9998

0 commit comments

Comments
 (0)