This commit is contained in:
2025-10-04 10:44:42 +02:00
commit 5a7b2f9149
11 changed files with 453 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
; 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
[platformio]
default_envs = esp8285
[env]
framework = arduino
monitor_speed = 9600
board_build.filesystem = littlefs
lib_deps =
miguelbalboa/MFRC522@^1.4.12
adafruit/Adafruit NeoPixel@^1.15.1
nanopb/Nanopb@^0.4.91
custom_nanopb_protos =
+<proto/hardware.proto>
custom_nanopb_options =
--error-on-unmatched
[env:esp8285]
platform = espressif8266
board = esp8285