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