-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
46 lines (40 loc) · 1.55 KB
/
Copy pathplatformio.ini
File metadata and controls
46 lines (40 loc) · 1.55 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
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
board_build.filesystem = littlefs
build_flags =
-I"${PROJECT_DIR}"
-DCORE_DEBUG_LEVEL=0 ; 0 - откл полностью, 5 - вкл все (ERROR-WARN-INFO-DEBUG-VERBOSE). Подкапотные логи сетевых и иных системных библиотек!
-DUSE_ESP_IDF_LOG=1 ; использовать методы логирования из ESP_IDF, а не из фреймворка Arduino (log_x)
lib_deps =
GyverLibs/GyverDS18
marian-craciunescu/ESP32Ping
bblanchon/ArduinoJson
yasheena/TelnetSpy
Al-Zhilin/RingFileLogger
WebServer
[env:esp32ota]
platform = espressif32
board = esp32dev
framework = arduino
board_build.filesystem = littlefs
build_flags =
-I"${PROJECT_DIR}"
-DCORE_DEBUG_LEVEL=0 ; 0 - откл полностью, 5 - вкл все (ERROR-WARN-INFO-DEBUG-VERBOSE). Подкапотные логи сетевых и иных системных библиотек!
-DUSE_ESP_IDF_LOG=1 ; использовать методы логирования из ESP_IDF, а не из фреймворка Arduino (log_x)
lib_deps =
GyverLibs/GyverDS18
marian-craciunescu/ESP32Ping
bblanchon/ArduinoJson
yasheena/TelnetSpy
Al-Zhilin/RingFileLogger
WebServer
upload_protocol = espota
extra_scripts = pre:scripts/OTA_secrets.py
monitor_speed=115200
upload_speed=921600