32 lines
955 B
INI
32 lines
955 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:esp32doit-devkit-v1]
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
monitor_port = COM[136789]
|
|
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
|
|
adafruit/Adafruit BME280 Library@^2.1.2
|
|
spacehuhn/SimpleMap@^1.0.0
|