From c0e8685f83552ae45f4d28fbede40ae75a73b2b1 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 16 Jun 2024 17:16:35 +0200 Subject: [PATCH] Switch to ESP32-EVB by Olimex --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index aa3e1b2..0ddd1b4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,9 +8,10 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:esp-wroom32] +[env:esp32-evb] platform = espressif32 -board = nodemcu-32s +#board = nodemcu-32s +board = esp32-evb framework = arduino monitor_speed = 115200