Files
Vermix-Sense/platformio.ini
T
2025-10-04 10:44:42 +02:00

28 lines
736 B
INI

; 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