Implemented wifi credentials storage (#11)

* implemented wifi credentials storage

* encrypt wifi credentials
This commit is contained in:
Ken Van Hoeylandt
2024-01-14 18:46:04 +01:00
committed by GitHub
parent 069416eee5
commit ba1f81f599
20 changed files with 642 additions and 48 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES mlib cmsis_core
REQUIRES mlib cmsis_core mbedtls esp_hw_support nvs_flash
)