Skip to content

Commit bc5cf8b

Browse files
authored
Update MQTT_Simple_Server.ino
1 parent eb201d7 commit bc5cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Dragino/examples/LoRa/MQTT_Simple_Server/MQTT_Simple_Server.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void setup()
4040
{
4141

4242
Bridge.begin(BAUDRATE);
43-
while (!Console) ; // Wait for console port to be available
43+
//while (!Console) ; // Wait for console port to be available
4444
read_config();
4545

4646
if (!rf95.init())

0 commit comments

Comments
 (0)