Set the Pio settings to actually work

This commit is contained in:
Thijs Raymakers 2024-06-19 23:27:35 +02:00
parent 776e73b258
commit fcfe6b537a
No known key found for this signature in database

View file

@ -9,9 +9,11 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[env] [env]
platform = espressif8266 platform=espressif8266
board = esp8285 board=esp12e
framework = arduino framework=arduino
board_build.mcu=esp8266
upload_speed=921600
[env:release] [env:esp12e]
build_flags = -D RELEASE build_flags=-D RELEASE