First Version working - needs tweaking

This commit is contained in:
2021-06-09 15:01:40 +02:00
parent 4750fbb9b3
commit 2c6bf4ee6c
5 changed files with 315 additions and 70 deletions

View File

@@ -8,8 +8,14 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:nanoatmega328new]
platform = atmelavr
board = nanoatmega328new
[env:d1_mini]
platform = espressif8266
board = d1_mini
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m2m.ld
framework = arduino
lib_deps = smougenot/TM1637@0.0.0-alpha+sha.9486982048
lib_deps =
smougenot/TM1637@0.0.0-alpha+sha.9486982048
me-no-dev/ESP Async WebServer @ ^1.2.3
sstaub/Ticker @ ^4.2.0