Skip to content

Commit c911cda

Browse files
committed
Add new line for some logging
1 parent 5d7a8b1 commit c911cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/sandbox/sandbox.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void loop() {
259259
switch (state) {
260260
case NOT_CONNECTED:
261261
state = CONNECTED_TO_NETWORK;
262-
Log.info("Connected to LTE network");
262+
Log.info("Connected to LTE network!\r\n");
263263
Log.info("Connecting to MQTT broker...");
264264
connectMqtt();
265265
break;
@@ -292,7 +292,7 @@ void loop() {
292292
case CONNECTED_TO_NETWORK:
293293
state = CONNECTED_TO_BROKER;
294294

295-
Log.info("Connected to MQTT broker, subscribing to topics");
295+
Log.info("Connected to MQTT broker, subscribing to topics!\r\n");
296296

297297
MqttClient.subscribe(mqtt_sub_topic, MqttQoS::AT_LEAST_ONCE);
298298

0 commit comments

Comments
 (0)