ESP_Solar_Monitor/platformio.ini

26 lines
684 B
INI
Raw Normal View History

2022-08-21 21:32:23 +00:00
; 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
2022-11-06 13:15:16 +00:00
[platformio]
default_envs = nodemcuv2
2022-09-04 21:40:03 +00:00
2022-11-06 13:15:16 +00:00
[env:nodemcuv2]
2022-09-04 21:40:03 +00:00
platform = espressif8266
2022-11-06 13:15:16 +00:00
board = nodemcuv2
2022-09-04 21:40:03 +00:00
framework = arduino
lib_deps =
knolleary/PubSubClient@^2.8
peterus/esp-logger @ 0.0.1
bblanchon/ArduinoJson@^6.19.4
2022-11-06 13:15:16 +00:00
olikraus/U8g2@^2.34.4
tzapu/WiFiManager@^0.16.0
2022-11-13 03:16:51 +00:00
paulstoffregen/Time@^1.6.1
2022-09-04 21:40:03 +00:00
monitor_speed = 115200