Fix OTA update and enable S3 mini target
This commit is contained in:
parent
71486da9c7
commit
c5c7791c33
2 changed files with 5 additions and 5 deletions
|
@ -53,8 +53,8 @@ void setup()
|
|||
|
||||
void loop()
|
||||
{
|
||||
ArduinoOTA.handle();
|
||||
if (isUpdating) {
|
||||
ArduinoOTA.handle();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue