FireBeetle 2 ESP32-E cannot use OTA
Using Arduino IDE 2.3.2, FireBeetle 2 ESP32-E cannot upload over OTA.
I'm not sure of the best place to report this, but here goes.
It invokes the wrong tool and uses esptool instead of espota.
This is due to a missing line in boards.txt. (usually found at C:\Users\{user}\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.2\boards.txt)
The missing line is:
dfrobot_firebeetle2_esp32e.upload.tool.network=esp_ota
Hope this helps.
2024-07-05 03:18:43
You can report this issue on the Arduino GitHub repository for the ESP32 platform.
lia.ifat