remove clock dependency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;PlatformIO Project Configuration File
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
@@ -8,9 +8,22 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:esp32doit-devkit-v1]
|
||||
[env:ttgo-t1]
|
||||
platform = espressif32
|
||||
board = esp32doit-devkit-v1
|
||||
board = ttgo-t1
|
||||
framework = arduino
|
||||
monitor_port = COM[13]
|
||||
monitor_speed = 115200
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user