forked from kind3r/esp32-ble-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
41 lines (38 loc) · 1.17 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
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
[env]
platform = espressif32
framework = arduino
monitor_speed = 921600
upload_speed = 921600
lib_deps =
bblanchon/ArduinoJson@^6.17.2
links2004/WebSockets@^2.3.3
; h2zero/NimBLE-Arduino@^1.1.0
[email protected]:h2zero/NimBLE-Arduino.git#refactor-advertised-device
esp32_https_server@^1.0.0
monitor_filters = esp32_exception_decoder
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
board_build.partitions = min_spiffs.csv
[env:esp-wrover-debug]
board = esp-wrover-ie-module
build_type = debug
build_flags =
-DCORE_DEBUG_LEVEL=3
; -DBOARD_HAS_PSRAM
; -mfix-esp32-psram-cache-issue
-DLOG_LOCAL_LEVEL=ESP_LOG_INFO
[env:esp-wrover]
board = esp-wrover-ie-module
build_flags =
; -DBOARD_HAS_PSRAM
; -mfix-esp32-psram-cache-issue
; -DCORE_DEBUG_LEVEL=5