Files
led_marquee/platformio.ini
2022-09-23 08:43:32 -07:00

19 lines
559 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
[env:esp01_1m]
platform = espressif8266
board = esp01_1m
framework = arduino
lib_deps =
adafruit/Adafruit IS31FL3731 Library@^2.0.0
adafruit/Adafruit GFX Library@^1.11.3
monitor_speed = 9600