mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix standalone
This commit is contained in:
@@ -251,7 +251,7 @@ void System::start() {
|
|||||||
bool System::upload_status() {
|
bool System::upload_status() {
|
||||||
#if defined(EMSESP_STANDALONE)
|
#if defined(EMSESP_STANDALONE)
|
||||||
return false;
|
return false;
|
||||||
#elif
|
#else
|
||||||
return upload_status_ || Update.isRunning();
|
return upload_status_ || Update.isRunning();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user