forked from martgras/LukeRobertsControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
41 lines (34 loc) · 1.15 KB
/
platformio.ini
File metadata and controls
41 lines (34 loc) · 1.15 KB
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
40
41
; 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
[platformio]
extra_configs = platformio_usersettings.ini
[build_envs]
default_envs = default_env
[env:default_env]
platform = espressif32
board = ${usersettings.board}
framework = arduino
board_build.partitions = partitions.csv
build_flags = ${usersettings.build_flags}
-DCORE_DEBUG_LEVEL=5
-DCONFIG_SW_COEXIST_ENABLE=1
# using the latest stable version
lib_deps = h2zero/NimBLE-Arduino @ ^1.0.2
bxparks/AceButton @ ^1.8
AsyncTCP-esphome
256dpi/MQTT @ ^2.5.0
ottowinter/ESPAsyncWebServer-esphome @ ^1.2.7
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
upload_speed = 921600
monitor_port=COM13
;upload_port=COM13
upload_protocol = espota
upload_port = 192.168.66.43