Old Code pasted

This commit is contained in:
2025-11-28 11:30:29 +01:00
parent 4785556382
commit 8f1c3483ed
2 changed files with 177 additions and 0 deletions

19
platformio.ini Normal file
View File

@@ -0,0 +1,19 @@
; 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:esp01_1m]
platform = espressif8266
board = esp01_1m
framework = arduino
lib_deps =
rstephan/ArtnetWifi @ ^1.6.1
fastled/FastLED @ ^3.9.17