-
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.
memory optimization in UDPlogger, esp-homekit and wif_thermostat
- Loading branch information
1 parent
262ad52
commit 270bdad
Showing
11 changed files
with
126 additions
and
45 deletions.
There are no files selected for viewing
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
Submodule esp-adv-button
updated
4 files
+0 −201 | LICENSE | |
+15 −25 | README.md | |
+132 −121 | adv_button.c | |
+10 −14 | adv_button.h |
Submodule esp-button
deleted from
11cf0c
Submodule esp-homekit
updated
41 files
+55 −0 | CMakeLists.txt | |
+1 −1 | Kconfig | |
+1 −0 | Makefile.projbuild | |
+41 −0 | README.md | |
+13 −2 | component.mk | |
+388 −6 | include/homekit/characteristics.h | |
+12 −0 | include/homekit/homekit.h | |
+3 −0 | include/homekit/tlv.h | |
+101 −17 | include/homekit/types.h | |
+ − | qrcode-example.png | |
+300 −145 | src/accessories.c | |
+50 −0 | src/bitset.c | |
+13 −0 | src/bitset.h | |
+4 −0 | src/constants.h | |
+33 −22 | src/crypto.c | |
+9 −11 | src/crypto.h | |
+27 −13 | src/debug.c | |
+9 −0 | src/debug.h | |
+1,366 −0 | src/homekit_mdns.c | |
+30 −0 | src/homekit_mdns.h | |
+196 −0 | src/homekit_mdns_debug.c | |
+4 −0 | src/homekit_mdns_debug.h | |
+47 −0 | src/homekit_mdns_private.h | |
+100 −63 | src/json.c | |
+8 −1 | src/json.h | |
+0 −997 | src/mdnsresponder.c | |
+0 −66 | src/mdnsresponder.h | |
+0 −22 | src/pairing.c | |
+3 −5 | src/pairing.h | |
+97 −19 | src/port.c | |
+2 −1 | src/port.h | |
+37 −47 | src/query_params.c | |
+16 −6 | src/query_params.h | |
+1,835 −757 | src/server.c | |
+90 −96 | src/storage.c | |
+10 −8 | src/storage.h | |
+15 −1 | src/tlv.c | |
+ − | tools/Roboto-Bold.ttf | |
+89 −0 | tools/gen_qrcode | |
+ − | tools/qrcode.png | |
+1 −0 | tools/requirements.txt |
Submodule esp-homekit-common-functions
updated
22 files
+ − | .DS_Store | |
+65 −28 | button/button.c | |
+4 −16 | button/button.h | |
+ − | check_wifi/.DS_Store | |
+0 −43 | check_wifi/check_wifi.c | |
+0 −3 | check_wifi/check_wifi.h | |
+0 −8 | check_wifi/component.mk | |
+207 −0 | colour_conversion/colour_conversion.c | |
+43 −0 | colour_conversion/colour_conversion.h | |
+10 −0 | colour_conversion/component.mk | |
+203 −26 | custom_characteristics/custom_characteristics.c | |
+365 −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 | rgbw_lights/component.mk | |
+570 −0 | rgbw_lights/rgbw_lights.c | |
+147 −0 | rgbw_lights/rgbw_lights.h | |
+10 −0 | shared_functions/component.mk | |
+479 −0 | shared_functions/shared_functions.c | |
+99 −0 | shared_functions/shared_functions.h |
Submodule esp-wifi-config
added at
22509d
Submodule esp-wolfssl
updated
1963 files
Oops, something went wrong.