29 lines
762 B
INI
29 lines
762 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
|
|
fastled/FastLED@^3.10.3
|
|
nanopb/Nanopb@^0.4.91
|
|
custom_nanopb_protos =
|
|
+<proto/hardware.proto>
|
|
custom_nanopb_options =
|
|
--error-on-unmatched
|
|
[env:esp8285]
|
|
platform = espressif8266
|
|
board = esp8285 |