Switch to ESP32-EVB by Olimex
This commit is contained in:
parent
2b9870fb29
commit
c0e8685f83
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue