Add libs to platformio.ini to make install easier
rodzic
c8cff5787b
commit
803f151d7b
|
@ -14,4 +14,15 @@ board = heltec_wifi_lora_32
|
|||
framework = arduino
|
||||
|
||||
; Custom Serial Monitor speed (baud rate)
|
||||
monitor_speed = 115200
|
||||
monitor_speed = 115200
|
||||
|
||||
lib_deps =
|
||||
RadioHead
|
||||
TinyGPSPlus
|
||||
DHT sensor library for ESPx
|
||||
Adafruit SSD1306
|
||||
Adafruit GFX Library
|
||||
Adafruit Unified Sensor
|
||||
AXP202X_Library
|
||||
OneWire
|
||||
DallasTemperature
|
||||
|
|
Ładowanie…
Reference in New Issue