-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed save state and recover from reset
- Loading branch information
David B Brown
committed
May 21, 2020
1 parent
8daa716
commit b7e5982
Showing
6 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
Submodule esp-homekit
updated
16 files
+43 −52 | CMakeLists.txt | |
+1 −1 | Kconfig | |
+8 −0 | README.md | |
+1 −1 | component.mk | |
+4 −0 | src/constants.h | |
+33 −22 | src/crypto.c | |
+8 −10 | src/crypto.h | |
+4 −1 | src/json.c | |
+47 −46 | src/mdnsresponder.c | |
+0 −22 | src/pairing.c | |
+3 −5 | src/pairing.h | |
+183 −244 | src/server.c | |
+91 −105 | src/storage.c | |
+10 −8 | src/storage.h | |
+1 −1 | tools/gen_qrcode | |
+1 −0 | tools/requirements.txt |
Submodule esp-homekit-common-functions
updated
8 files
Submodule esp-wolfssl
updated
2 files
+1 −0 | wolfssl-4.1.0/wolfssl/wolfcrypt/settings.h | |
+2 −0 | wolfssl-4.1.0/wolfssl/wolfcrypt/types.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters