mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove bogus flags
This commit is contained in:
@@ -13,8 +13,6 @@ extra_configs =
|
|||||||
|
|
||||||
[common]
|
[common]
|
||||||
core_build_flags =
|
core_build_flags =
|
||||||
-D ARDUINO_ARCH_ESP32=1
|
|
||||||
-D ESP32=1
|
|
||||||
-O2
|
-O2
|
||||||
-std=gnu++17
|
-std=gnu++17
|
||||||
|
|
||||||
@@ -50,7 +48,7 @@ extra_scripts =
|
|||||||
scripts/rename_fw.py
|
scripts/rename_fw.py
|
||||||
|
|
||||||
[espressi32_base_tasmota]
|
[espressi32_base_tasmota]
|
||||||
; use Tasmota's libary which removes some libs (like mbedtsl) and increases available heap
|
; use Tasmota's library which removes some libs (like mbedtsl) and increases available heap
|
||||||
; platform = https://github.com/tasmota/platform-espressif32.git ; latest development
|
; platform = https://github.com/tasmota/platform-espressif32.git ; latest development
|
||||||
; latest release with WiFi_secure.h, Arduino 2.0.14
|
; latest release with WiFi_secure.h, Arduino 2.0.14
|
||||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.01.00/platform-espressif32.zip
|
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.01.00/platform-espressif32.zip
|
||||||
@@ -68,11 +66,9 @@ extra_scripts =
|
|||||||
|
|
||||||
[env]
|
[env]
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_filters = esp32_exception_decoder
|
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
build_type = release
|
build_type = release
|
||||||
lib_ldf_mode = chain+
|
lib_ldf_mode = chain+
|
||||||
; board_build.flash_mode = qio
|
|
||||||
|
|
||||||
check_tool = cppcheck, clangtidy
|
check_tool = cppcheck, clangtidy
|
||||||
check_severity = high, medium
|
check_severity = high, medium
|
||||||
|
|||||||
Reference in New Issue
Block a user