Closed rkuo2000 closed 4 months ago
@rkuo2000 ElegantOTA only supports ESP8266, ESP32 & RP2040 at the moment. I'll try to add support for your MCU.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
I compile ElegantOTA AsynDemo.ino for AMB82-MINI (RTL8735B EVB with Camera), but it failed to compile. AMB82-MINI : https://www.amebaiot.com/en/amebapro2-amb82-mini-arduino-getting-started/
Error Messages: In file included from C:\Users\rkuo2\AppData\Local\Temp.arduinoIDE-unsaved20231112-9220-7cqffu.heusb\Async_Demo\Async_Demo.ino:15: d:\Users\rkuo2\Documents\Arduino\libraries\AsyncTCP\src/AsyncTCP.h:26:10: fatal error: sdkconfig.h: No such file or directory 26 | #include "sdkconfig.h" | ^
~~~~ compilation terminated.exit status 1
Compilation error: exit status 1