1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Enable networking and some other components on host platform (#6114)

This commit is contained in:
Clyde Stubbs
2024-01-19 12:10:23 +11:00
committed by GitHub
parent 6a6a70f1e5
commit 8267b3274c
6 changed files with 29 additions and 3 deletions

View File

@@ -388,3 +388,4 @@ lib_deps =
build_flags =
${common.build_flags}
-DUSE_HOST
-std=c++17