mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-08 09:20:59 +03:00
Исправлена ошибка при выводе бегущей строки
This commit is contained in:
@@ -63,7 +63,9 @@ void buttonTick()
|
|||||||
{
|
{
|
||||||
if (ESP_MODE == 1U)
|
if (ESP_MODE == 1U)
|
||||||
{
|
{
|
||||||
|
loadingFlag = true;
|
||||||
while(!fillString(WiFi.localIP().toString().c_str())) delay(1);
|
while(!fillString(WiFi.localIP().toString().c_str())) delay(1);
|
||||||
|
loadingFlag = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user