add Makefile back - needed for sonar

This commit is contained in:
proddy
2024-06-14 23:18:19 +02:00
parent d9906b0da4
commit c7b7952303
5 changed files with 7793 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ build_unflags = ${common.unbuild_flags}
[env:native]
platform = native
build_flags =
-DARDUINOJSON_ENABLE_ARDUINO_STRING=1
-DARDUINOJSON_ENABLE_ARDUINO_STRING=1
-DEMSESP_DEBUG -DEMSESP_STANDALONE -DEMSESP_TEST
-DEMSESP_DEFAULT_LOCALE=\"en\" -DEMSESP_DEFAULT_TX_MODE=8 -DEMSESP_DEFAULT_VERSION=\"3.7.0-dev.0\" -DEMSESP_DEFAULT_BOARD_PROFILE=\"S32\"
-std=gnu++14 -Og -ggdb
@@ -219,7 +219,6 @@ build_src_flags =
-Wall -Wextra -Werror
-Wno-unused-parameter -Wno-sign-compare
-I./lib_standalone
-I./lib/ArduinoJson/src
-I./lib/uuid-common/src
-I./lib/uuid-console/src
-I./lib/uuid-log/src
@@ -240,3 +239,4 @@ build_src_filter =
+<../lib/espMqttClient/src/Transport>
lib_compat_mode = off
lib_ldf_mode = off
lib_ignore = ArduinoJson