Do interrupts block the update? It looks like they do Could you add `noInterrupts` and `interrupts` to your code or provide some form of callback like the ArduinoOTA.onStart ?
Do interrupts block the update? It looks like they do
Could you add
noInterruptsandinterruptsto your code or provide some form of callback like the ArduinoOTA.onStart ?