Problem with not having the ESP 32 board in XOD

To get your ESP32 on to the list of available boards, you need to add the URL for its package to $WORKSPACE/__packages__/extra.txt

See

However, the arduino-cli that XOD uses for compilation and uploading is not working correctly with esp32 boards. I think that the developers are working to fix this issue. In the meantime you can create patches in XOD, but you will need to copy the code to Arduino IDE to compile and upload to your device. From the Deploy menu select Show Code for Arduino.

1 Like