2024-03-21 01:38:53 +01:00
|
|
|
; 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]
|
|
|
|
platform = espressif8266
|
|
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
|
|
upload_speed = 500000
|
2024-09-10 20:37:41 +02:00
|
|
|
upload_protocol = espota
|
2024-10-02 17:53:47 +02:00
|
|
|
upload_port = led-marquee-sign
|
2024-03-21 01:38:53 +01:00
|
|
|
|
|
|
|
# Serial1 (sign data) maps to D4 by default
|
|
|
|
[env:d1_mini]
|
|
|
|
board = d1_mini
|
2024-09-10 20:37:41 +02:00
|
|
|
lib_deps = adafruit/Adafruit MQTT Library@^2.5.8
|
|
|
|
lib_ignore = WiFi101
|