Misc fix to platform.ini

This commit is contained in:
DTTerastar 2023-11-02 08:32:21 -04:00
parent 83dc088a93
commit 726eea9d4a
1 changed files with 2 additions and 6 deletions

View File

@ -6,16 +6,12 @@ default_envs = esp32
build_cache_dir = ~/.buildcache
extra_configs = platformio_override.ini
[env]
[common]
lib_ldf_mode = chain
lib_compat_mode = strict
check_tool = cppcheck, clangtidy
check_flags =
clangtidy: --config-file=.clang-tidy
check_flags = clangtidy: --config-file=.clang-tidy
check_skip_packages = yes
[common]
extends = env
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.07.00/platform-espressif32.zip
platform_packages =
debug_build_flags = -Og -ggdb3 -g3 -DDEBUG_TLS_MEM