-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
38 lines (33 loc) · 1.1 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
; 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:doit]
platform = espressif32@5.2.0
board = esp32doit-devkit-v1
framework = arduino
; Library options
lib_deps =
https://github.com/ozbotics/WIFIMANAGER-ESP32.git
https://github.com/bblanchon/ArduinoJson.git
https://github.com/rlogiacco/CircularBuffer.git
https://github.com/h2zero/NimBLE-Arduino
PubSubClient
https://github.com/luisllamasbinaburo/Arduino-List
esp32doit-devkit-v1.upload.maximum_size=1638400
; Upload method
upload_protocol = espota
upload_port = <HOSTNAME>
; upload_port = COM3
; upload_speed = 921600
monitor_port = socket://<HOSTNAME>:23
; monitor_port = COM3
; monitor_speed = 115200
; For debugging
; build_type = debug
; monitor_filters = esp32_exception_decoder