-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
35 lines (30 loc) · 957 Bytes
/
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
; 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@3.2.0
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 = 9600
upload_speed = 921600
upload_port = COM3 # /dev/ttyUSB0
#upload_protocol = espota
#upload_port = 192.168.178.28
#upload_flags =
# --auth=waaatering
lib_deps =
https://github.com/marvinroger/async-mqtt-client.git
ArduinoJson@6.18.0
Adafruit INA219@1.1.1
juerd/ESP-WiFiSettings @ ^3.8.0