Switch to ESP32-EVB by Olimex

This commit is contained in:
Thomas Kolb 2024-06-16 17:16:35 +02:00
parent 2b9870fb29
commit c0e8685f83

View file

@ -8,9 +8,10 @@
; Please visit documentation for the other options and examples ; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[env:esp-wroom32] [env:esp32-evb]
platform = espressif32 platform = espressif32
board = nodemcu-32s #board = nodemcu-32s
board = esp32-evb
framework = arduino framework = arduino
monitor_speed = 115200 monitor_speed = 115200