-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
46 lines (38 loc) · 1.58 KB
/
platformio.ini
File metadata and controls
46 lines (38 loc) · 1.58 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
42
43
44
45
46
; 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@6.10.0
;board = esp32-s3-devkitc-1
board = esp32dev
build_unflags = -std=gnu++11
build_flags = -std=gnu++2a -D ARDUINO_LOOP_STACK_SIZE=6096 -O3
framework = arduino
build_type = release
board_build.sdkconfig = sdkconfig.defaults
board_build.partitions = custom_partition.csv
board_build.filesystem = spiffs
upload_port = /dev/ttyUSB*
monitor_port = /dev/ttyUSB*
monitor_speed = 115200
upload_speed = 921600
monitor_filters = esp32_exception_decoder, log2file, default
lib_deps =
knolleary/PubSubClient@^2.8
efwob/ESPPubSubClientWrapper@^1.0.2
adafruit/RTClib@^2.1.3
h2zero/NimBLE-Arduino@^2.1.0
; platform_packages =
; platformio/framework-arduinoespressif32@3.20017.241212+sha.dcc1105b
;CONFIG_BTC_TASK_STACK_SIZE Bluetooth event (callback to application) task stack size, deprecated, use CONFIG_BT_BTC_TASK_STACK_SIZE
;CONFIG_BTU_TASK_STACK_SIZE https://docs.espressif.com/projects/esp-idf/en/v3.3.2/api-reference/kconfig.html#config-btu-task-stack-size
; build_flags = -std=gnu++2a -DARDUINO_LOOP_STACK_SIZE=4096
; -DCONFIG_BT_BTU_TASK_STACK_SIZE=4096 -DCONFIG_BT_BTC_TASK_STACK_SIZE=4096
; build_flags = -std=gnu++14 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
; build_flags = -DCORE_DEBUG_LEVEL=5