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
[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