mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
29 lines
886 B
INI
29 lines
886 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_speed = 115200
|
|
lib_deps =
|
|
knolleary/PubSubClient@^2.8
|
|
zinggjm/GxEPD@^3.1.3
|
|
bblanchon/ArduinoJson@^6.20.1
|
|
moononournation/GFX Library for Arduino@^1.3.2
|
|
adafruit/Adafruit GFX Library@^1.11.5
|
|
adafruit/Adafruit BusIO@^1.14.1
|
|
adafruit/RTClib@^2.1.1
|
|
adafruit/Adafruit Unified Sensor@^1.1.9
|
|
adafruit/Adafruit BME280 Library@^2.2.2
|
|
adafruit/Adafruit BMP280 Library@^2.6.6
|
|
|
|
[platformio]
|
|
description = ePaper Board |