From 424e69ba075375e68fde48924e870a20ee101f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fiedler?= Date: Wed, 12 Feb 2025 09:48:30 +0100 Subject: [PATCH] change from ESP8266 to ESP32 --- Software/platformio.ini | 6 +++--- Software/src/main.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Software/platformio.ini b/Software/platformio.ini index a3f3403..e81c894 100644 --- a/Software/platformio.ini +++ b/Software/platformio.ini @@ -8,9 +8,9 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:esp12e] -platform = espressif8266 -board = esp12e +[env:fabreader3] +platform = platformio/espressif32 +board = esp32dev framework = arduino monitor_speed = 115200 lib_deps = diff --git a/Software/src/main.cpp b/Software/src/main.cpp index 8bcc158..0215614 100644 --- a/Software/src/main.cpp +++ b/Software/src/main.cpp @@ -9,8 +9,8 @@ #include #include -#include -#include +#include +#include #include #include