serverwacht/platformio.ini
2022-10-18 21:52:25 +02:00

22 lines
709 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:lolin_d32]
platform = espressif32
board = lolin_d32
framework = arduino
lib_deps =
arduino-libraries/NTPClient@^3.2.1
greiman/SSD1306Ascii@^1.3.3
thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.3.0
knolleary/PubSubClient@^2.8
tobiasschuerg/ESP8266 Influxdb@^3.12.1
monitor_speed = 115200
;upload_port = 192.168.2.157