Network manager implemented and relatively stable

This commit is contained in:
Sebastien L
2021-12-10 13:07:27 -05:00
parent 81756a7649
commit 63fbc2f645
66 changed files with 4528 additions and 2679 deletions

View File

@@ -1,6 +1,7 @@
idf_component_register(SRCS operator.cpp utf8.c
idf_component_register(SRCS operator.cpp utf8.c trace.c
REQUIRES esp_common pthread
INCLUDE_DIRS .
PRIV_REQUIRES services freertos pthread esp_common
)
#doing our own implementation of new operator for some pre-compiled binaries