-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
1a1b7e7
commit 00a5224
Showing
8 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
Submodule esp-adv-button
updated
3 files
+13 −13 | README.md | |
+107 −100 | adv_button.c | |
+9 −2 | adv_button.h |
Submodule esp-homekit
updated
7 files
+4 −0 | component.mk | |
+17 −10 | include/homekit/types.h | |
+21 −4 | src/accessories.c | |
+46 −28 | src/json.c | |
+5 −1 | src/json.h | |
+200 −84 | src/server.c | |
+20 −14 | src/storage.c |
Submodule esp-homekit-common-functions
updated
16 files
+ − | .DS_Store | |
+ − | check_wifi/.DS_Store | |
+0 −43 | check_wifi/check_wifi.c | |
+0 −3 | check_wifi/check_wifi.h | |
+0 −8 | check_wifi/component.mk | |
+206 −0 | colour_conversion/colour_conversion.c | |
+43 −0 | colour_conversion/colour_conversion.h | |
+10 −0 | colour_conversion/component.mk | |
+51 −32 | custom_characteristics/custom_characteristics.c | |
+150 −0 | custom_characteristics/custom_characteristics.h | |
+10 −0 | rgbw_lights/component.mk | |
+535 −0 | rgbw_lights/rgbw_lights.c | |
+142 −0 | rgbw_lights/rgbw_lights.h | |
+10 −0 | shared_functions/component.mk | |
+388 −0 | shared_functions/shared_functions.c | |
+86 −0 | shared_functions/shared_functions.h |
Submodule esp-wifi-config
updated
6 files
+12 −0 | README.md | |
+5 −2 | component.mk | |
+3 −0 | content/index.html | |
+2 −0 | include/wifi_config.h | |
+26 −4 | src/wifi_config.c | |
+30 −4 | tools/server.py |
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
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