mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
native build updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user