Misc fix to platform.ini
This commit is contained in:
parent
83dc088a93
commit
726eea9d4a
|
@ -6,16 +6,12 @@ default_envs = esp32
|
||||||
build_cache_dir = ~/.buildcache
|
build_cache_dir = ~/.buildcache
|
||||||
extra_configs = platformio_override.ini
|
extra_configs = platformio_override.ini
|
||||||
|
|
||||||
[env]
|
[common]
|
||||||
lib_ldf_mode = chain
|
lib_ldf_mode = chain
|
||||||
lib_compat_mode = strict
|
lib_compat_mode = strict
|
||||||
check_tool = cppcheck, clangtidy
|
check_tool = cppcheck, clangtidy
|
||||||
check_flags =
|
check_flags = clangtidy: --config-file=.clang-tidy
|
||||||
clangtidy: --config-file=.clang-tidy
|
|
||||||
check_skip_packages = yes
|
check_skip_packages = yes
|
||||||
|
|
||||||
[common]
|
|
||||||
extends = env
|
|
||||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.07.00/platform-espressif32.zip
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.07.00/platform-espressif32.zip
|
||||||
platform_packages =
|
platform_packages =
|
||||||
debug_build_flags = -Og -ggdb3 -g3 -DDEBUG_TLS_MEM
|
debug_build_flags = -Og -ggdb3 -g3 -DDEBUG_TLS_MEM
|
||||||
|
|
Loading…
Reference in New Issue