Skip to content

Commit f72c63b

Browse files
committed
Minor fix
1 parent 89985fb commit f72c63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Rapid Development Kit/Monitor_Goods/Monitor_Goods.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
void callback(const char* data);
5252

5353
APICredentials credentials(SPACE_ENDPOINT, DEVICE_TOKEN, DEVICE_ID);
54-
LTEmModem modem(ltemSerial, debugSerial, credentials, true, callback); // false: disables full debug mode
54+
LTEmModem modem(ltemSerial, debugSerial, credentials, false, callback); // Change "false" to true to enable full debug mode
5555

5656
CborPayload payload;
5757
Adafruit_BME280 tph1;
@@ -141,4 +141,4 @@ void loop() {
141141
delay(1000);
142142
led.setLight(led.OFF);
143143
delay(30000);
144-
}
144+
}

0 commit comments

Comments
 (0)