-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
32 lines (28 loc) · 1020 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
; 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:seeed_xiao_esp32s3]
platform = https://github.com/platformio/platform-espressif32.git
board = seeed_xiao_esp32s3
framework = arduino
upload_port = COM11
monitor_port = COM11
monitor_speed = 115200
upload_speed = 921600
lib_deps = mandulaj/PZEM-004T-v30@^1.1.2
build_flags = -DCORE_DEBUG_LEVEL=5 ; 0 None, 1 Error, 2 Warn, 3 Info, 4 Debug, 5 Verbose
build_type = debug
extra_scripts =
pre:buildscript_versioning.py
replace_fs.py
; OTA enhancement to prevent pasword sharing via web
; OTA is safe, .env_ota is in .gitignore
; https://community.platformio.org/t/platformio-ini-and-sensitive-data/18255/2
[platformio]
extra_configs = .env_ota