From fcfe6b537ae5503cf0ca61fe6fc8f9aa332569cb Mon Sep 17 00:00:00 2001 From: Thijs Raymakers Date: Wed, 19 Jun 2024 23:27:35 +0200 Subject: [PATCH] Set the Pio settings to actually work --- platformio.ini | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index 98b4e01..5e60ec5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,9 +9,11 @@ ; https://docs.platformio.org/page/projectconf.html [env] -platform = espressif8266 -board = esp8285 -framework = arduino +platform=espressif8266 +board=esp12e +framework=arduino +board_build.mcu=esp8266 +upload_speed=921600 -[env:release] -build_flags = -D RELEASE +[env:esp12e] +build_flags=-D RELEASE