This commit is contained in:
2020-12-24 20:43:06 +01:00
commit 9a44efae5e
8 changed files with 389 additions and 0 deletions

21
platformio.ini Normal file
View File

@@ -0,0 +1,21 @@
; 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:esp32doit-devkit-v1]
platform = espressif32
board = ttgo-t1
framework = arduino
monitor_port = COM[12345678]
monitor_speed = 115200
lib_deps =
lennarthennigs/Button2@^1.4.1
fastled/FastLED@^3.3.3
sstaub/Ticker@^3.2.0
bertmelis/Ticker-esp32@^1.1.0