2021-04-10 01:05:48 +02: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
|
|
|
|
|
2021-06-09 15:01:40 +02:00
|
|
|
[env:d1_mini]
|
|
|
|
platform = espressif8266
|
|
|
|
board = d1_mini
|
|
|
|
board_build.filesystem = littlefs
|
2021-06-09 23:54:09 +02:00
|
|
|
board_build.f_flash = 80000000L
|
|
|
|
board_build.ldscript = eagle.flash.4m1m.ld
|
2021-06-09 15:01:40 +02:00
|
|
|
|
2021-04-10 01:05:48 +02:00
|
|
|
framework = arduino
|
2021-06-09 15:01:40 +02:00
|
|
|
lib_deps =
|
|
|
|
smougenot/TM1637@0.0.0-alpha+sha.9486982048
|
|
|
|
me-no-dev/ESP Async WebServer @ ^1.2.3
|
|
|
|
sstaub/Ticker @ ^4.2.0
|