; 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 [env:d1_mini] platform = espressif8266 board = d1_mini board_build.filesystem = littlefs board_build.f_flash = 80000000L board_build.ldscript = eagle.flash.4m1m.ld framework = arduino lib_deps = smougenot/TM1637@0.0.0-alpha+sha.9486982048 me-no-dev/ESP Async WebServer @ ^1.2.3 sstaub/Ticker @ ^4.2.0