Files
CrazyHead/platformio.ini
2023-12-20 22:52:04 +01:00

20 lines
599 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
lib_deps =
knolleary/PubSubClient@^2.8
dlloydev/ESP32 ESP32S2 AnalogWrite@^5.0.2
monitor_speed = 115200
upload_port = 192.168.101.147