2021-12-22 14:09:50 +01:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
|
;
|
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
|
;
|
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[platformio]
|
|
|
|
|
default_envs = esp8266_4mb
|
|
|
|
|
data_dir = data_svelte
|
|
|
|
|
|
|
|
|
|
[common_env_data]
|
|
|
|
|
lib_deps_external =
|
2021-12-22 14:49:25 +01:00
|
|
|
bblanchon/ArduinoJson @6.18.0
|
2021-12-23 00:33:45 +01:00
|
|
|
me-no-dev/ESP Async WebServer
|
2021-12-22 14:09:50 +01:00
|
|
|
|
|
|
|
|
[env:esp8266_4mb]
|
|
|
|
|
build_flags = -Desp8266_4mb="esp8266_4mb"
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = nodemcuv2
|
|
|
|
|
board_build.ldscript = eagle.flash.4m1m.ld
|
|
|
|
|
platform = espressif8266 @2.6.3
|
2021-12-22 14:49:25 +01:00
|
|
|
lib_deps =
|
|
|
|
|
${common_env_data.lib_deps_external}
|
2021-12-22 14:09:50 +01:00
|
|
|
monitor_filters = esp8266_exception_decoder
|
|
|
|
|
upload_speed = 921600
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
board_build.filesystem = littlefs
|