-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
255903e
commit f1e7a5b
Showing
8 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
Submodule esp-adv-button
added at
2cb397
Submodule esp-homekit
updated
20 files
+64 −0 | CMakeLists.txt | |
+1 −0 | Makefile.projbuild | |
+33 −0 | README.md | |
+5 −0 | component.mk | |
+384 −2 | include/homekit/characteristics.h | |
+12 −0 | include/homekit/homekit.h | |
+79 −7 | include/homekit/types.h | |
+ − | qrcode-example.png | |
+255 −4 | src/accessories.c | |
+8 −0 | src/debug.h | |
+46 −28 | src/json.c | |
+5 −1 | src/json.h | |
+47 −18 | src/mdnsresponder.c | |
+0 −1 | src/port.c | |
+1 −0 | src/port.h | |
+196 −63 | src/server.c | |
+8 −6 | src/storage.c | |
+ − | tools/Roboto-Bold.ttf | |
+89 −0 | tools/gen_qrcode | |
+ − | tools/qrcode.png |
Submodule esp-homekit-common-functions
updated
11 files
+65 −28 | button/button.c | |
+4 −16 | button/button.h | |
+37 −1 | custom_characteristics/custom_characteristics.c | |
+48 −1 | custom_characteristics/custom_characteristics.h | |
+25 −25 | http_post/http_post.c | |
+86 −0 | http_post/https_post.c | |
+3 −2 | led_codes/led_codes.c | |
+2 −0 | led_codes/led_codes.h | |
+10 −0 | shared_functions/component.mk | |
+184 −0 | shared_functions/shared_functions.c | |
+41 −0 | shared_functions/shared_functions.h |
Submodule esp-wifi-config
added at
06901b
Submodule esp-wolfssl
updated
1963 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.0.3 |