native build updates

This commit is contained in:
proddy
2024-08-07 09:16:58 +02:00
parent 7b6fe53e74
commit 46ab42531d
3 changed files with 71 additions and 54 deletions

View File

@@ -215,6 +215,8 @@ build_unflags = ${common.unbuild_flags}
;
; It will generate an executbale which when run will show the EMS-ESP Console where you can run tests using the `test` command.
;
; See https://docs.platformio.org/en/latest/core/installation/shell-commands.html#piocore-install-shell-commands
;
; to build and run directly on linux: pio run -e native -t exec
;
; to build and run on Windows, it needs winsock for the console input so:
@@ -245,7 +247,6 @@ build_src_flags =
-I./lib/espMqttClient/src/Transport
build_src_filter =
+<*>
-<.git/>
+<../lib_standalone>
+<../lib/uuid-common>
+<../lib/uuid-console>