JMWilton

Results 5 comments of JMWilton

Arduino IDE 2.2.1 Additional Boards Manager: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json Board: NodeMCU 0.9 (ESP-12 Module) Libraries: AsyncTCP by dvarrel 1.1.4 installed ESPAsyncTCP by dvarrel 1.2.4 installed ElegantOTA by Ayush Sharma 3.1.0 installed Error...

I have implemented a workaround: int SerialMonitorDelay = 0; template void SerialMonitor_Println (T param) {if (SerialMonitorDelay>0) {WebSerial.println(param); delay (SerialMonitorDelay);}} // Workaround to eliminate overwriting previous output template void SerialMonitor_Print (T...

I now suspect that the html receive event code might be reentered before it finishes its work.

After a brief test, the aircraft appears to be flyable.