Ken Van Hoeylandt ba1f81f599
Implemented wifi credentials storage (#11)
* implemented wifi credentials storage

* encrypt wifi credentials
2024-01-14 18:46:04 +01:00

6 lines
130 B
CMake

idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES mlib cmsis_core mbedtls esp_hw_support nvs_flash
)