ESP32
From Leo's Notes
Last edited on 26 July 2020, at 22:45.
Setting up the Arduino IDE
To write custom code for the ESP32 using Arduino, you will need to add the ESP32 boards in the Boards Manager:
- File -> Preferences -> Additional Boards Manager URLs, add: https://dl.espressif.com/dl/package_esp32_index.json
- Tools -> Board -> Board Manager -> Search for ESP32 -> Install
- Select ESP32 by Espressif Systems
See Also