30 lines
860 B
INI
30 lines
860 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:ttgo-t1]
|
|
platform = espressif32
|
|
board = ttgo-t1
|
|
framework = arduino
|
|
monitor_port = COM[1367]
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
knolleary/PubSubClient@^2.8
|
|
adafruit/Adafruit GFX Library@^1.10.1
|
|
adafruit/Adafruit BusIO@^1.5.0
|
|
fastled/FastLED@^3.3.3
|
|
marcmerlin/FastLED NeoMatrix@^1.2
|
|
bertmelis/Ticker-esp32@^1.1.0
|
|
bblanchon/ArduinoJson@^6.16.1
|
|
prampec/IotWebConf@^2.3.1
|
|
khoih-prog/ESP32TimerInterrupt@^1.0.3
|
|
aharshac/StringSplitter@^1.0.0
|
|
sstaub/NTP@^1.4
|
|
aster94/Utilities@^0.4.6
|