-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
39 lines (34 loc) · 1.13 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
39
; 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:esp32dev]
platform = espressif32@5.1.1
framework = arduino
board = esp32doit-devkit-v1
board_build.f_cpu = 160000000L # 160 MHz
board_build.flash_mode = qio
board_build.flash_size= 4MB
#board_build.flash_freq=80m
#build_flags = -DCORE_DEBUG_LEVEL=5 # verbose
monitor_speed = 115200
upload_speed = 921600
#upload_port = COM3 # /dev/ttyUSB0
upload_port = 192.168.178.34
upload_protocol = espota
upload_flags =
--auth=waaatering
lib_deps =
https://github.com/marvinroger/async-mqtt-client.git#v0.9.0
tobiasschuerg/MH-Z CO2 Sensors @ ^1.4.0
bblanchon/ArduinoJson @ ^6.19.4
bblanchon/StreamUtils @ ^1.6.3
juerd/ESP-WiFiSettings @ ^3.8.0
adafruit/Adafruit SSD1306 @ ^2.5.7
plerup/EspSoftwareSerial @ ^6.16.1
ottowinter/ESPAsyncWebServer-esphome @ ^3.0.0