-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
23 lines (22 loc) · 977 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; 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:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_deps=me-no-dev/ESP Async WebServer@^1.2.3
https://github.com/tzapu/WiFiManager#2.0.3-alpha
https://github.com/knolleary/[email protected]
https://github.com/contrem/arduino-timer#2.3.0
https://github.com/JoaoLopesF/RemoteDebug#v2.1.2
https://github.com/marvinroger/async-mqtt-client#89bf46485d5b60ce1e8e5e4d265a9c1570de3dc5
https://github.com/dvarrel/ESPAsyncTCP#1.2.2
https://github.com/adafruit/Adafruit_ADS1X15#1.1.1
https://github.com/beegee-tokyo/DHTesp#1.18