electric-sensor-esp32/platformio.ini

19 lines
573 B
INI
Raw Normal View History

; 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 = 19200
lib_deps =
adafruit/Adafruit SSD1306@^2.5.9
; bblanchon/ArduinoJson@^7.0.4