mirror of
https://github.com/revspace/operame
synced 2026-01-07 02:36:31 +00:00
Remove useless line
Was visible for only 50 ms...
This commit is contained in:
parent
d2177e450f
commit
a9242b549b
1 changed files with 0 additions and 2 deletions
|
|
@ -307,8 +307,6 @@ void setup() {
|
||||||
if (mqtt_enabled) mqtt.begin(server.c_str(), port, wificlient);
|
if (mqtt_enabled) mqtt.begin(server.c_str(), port, wificlient);
|
||||||
|
|
||||||
if (ota_enabled) setup_ota();
|
if (ota_enabled) setup_ota();
|
||||||
|
|
||||||
display_big(":-)");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void connect_mqtt() {
|
void connect_mqtt() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue