mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Missing new line from network monitor "connected!" notification
This commit is contained in:
@ -108,7 +108,7 @@ public class NetworkMonitor extends AbstractMonitor {
|
|||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
if (channel.isConnected()) {
|
if (channel.isConnected()) {
|
||||||
NetworkMonitor.this.message(_("connected!"));
|
NetworkMonitor.this.message(_("connected!") + '\n');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user