vulpes/platformio.ini

25 lines
750 B
INI
Raw Permalink Normal View History

2023-08-22 12:21:21 -05: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
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
upload_speed = 921600
2023-08-22 12:21:21 -05:00
monitor_speed = 115200
2023-09-13 19:58:45 -05:00
monitor_filters = esp32_exception_decoder
build_type = debug
2023-08-22 12:21:21 -05:00
lib_deps =
me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3
2023-09-13 20:24:57 -05:00
https://github.com/adafruit/RTClib.git
2023-09-02 18:45:50 -05:00
adafruit/Adafruit BusIO@^1.14.3
2023-09-13 20:24:57 -05:00
erropix/ESP32 AnalogWrite@^0.2