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