-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage alignment issues aka. "max number of pairings" #231
base: master
Are you sure you want to change the base?
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae4780e - Browse repository at this point
Copy the full SHA ae4780eView commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1527302 - Browse repository at this point
Copy the full SHA 1527302View commit details -
Merge pull request #1 from thiti-y/fix-conflict-base64-file-name
fix: It base64 error if use with WifiManager
Configuration menu - View commit details
-
Copy full SHA for 0f180fc - Browse repository at this point
Copy the full SHA 0f180fcView commit details -
Merge pull request #2 from thiti-y/fix-unable-reconnect-after-lost-co…
…nnection fix: the device is not work after reconnect wifi
Configuration menu - View commit details
-
Copy full SHA for 3825ef4 - Browse repository at this point
Copy the full SHA 3825ef4View commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1084ac - Browse repository at this point
Copy the full SHA e1084acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fb36c - Browse repository at this point
Copy the full SHA 83fb36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a2306 - Browse repository at this point
Copy the full SHA 23a2306View commit details
Commits on Dec 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c90fa32 - Browse repository at this point
Copy the full SHA c90fa32View commit details
Commits on Feb 25, 2023
-
Fix complete annihilation of storage on new pair
- Might fix Mixiaoxiao#103, Mixiaoxiao#139, Mixiaoxiao#147, Mixiaoxiao#184, Mixiaoxiao#198 - Also adds changes by @ruleechen - Also adds changes by @thiti-y
Configuration menu - View commit details
-
Copy full SHA for f22abab - Browse repository at this point
Copy the full SHA f22ababView commit details -
Configuration menu - View commit details
-
Copy full SHA for d803adf - Browse repository at this point
Copy the full SHA d803adfView commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d108ac6 - Browse repository at this point
Copy the full SHA d108ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6319440 - Browse repository at this point
Copy the full SHA 6319440View commit details -
Configuration menu - View commit details
-
Copy full SHA for e31e2c9 - Browse repository at this point
Copy the full SHA e31e2c9View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34232d3 - Browse repository at this point
Copy the full SHA 34232d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c27fa - Browse repository at this point
Copy the full SHA f1c27faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1339e0a - Browse repository at this point
Copy the full SHA 1339e0aView commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28cfa6f - Browse repository at this point
Copy the full SHA 28cfa6fView commit details -
Remove this non maintained library so we use the upstream wifi lib
(cherry picked from commit d4959fd)
Configuration menu - View commit details
-
Copy full SHA for b72a0dc - Browse repository at this point
Copy the full SHA b72a0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d738ad0 - Browse repository at this point
Copy the full SHA d738ad0View commit details -
Allocate encrypted buffer on the heap instead of the stack, courtesy of
@jgstroud Attempting to use 1KB from stack is risky as the ESP8266 has very small stack to start with.
Configuration menu - View commit details
-
Copy full SHA for 7a1d21a - Browse repository at this point
Copy the full SHA 7a1d21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f59512 - Browse repository at this point
Copy the full SHA 5f59512View commit details -
Pairing can be very slow and sometimes iOS will send a TCP reset, cou…
…rtesy of @jgstroud Attempt keep the session alive while pairing Add optimistic_yields to try and prevent the session from timing out
Configuration menu - View commit details
-
Copy full SHA for f968da1 - Browse repository at this point
Copy the full SHA f968da1View commit details -
Set the ARDUINO_HOMEKIT_SKIP_ED25519_VERIFY flag
(cherry picked from commit eab3d41)
Configuration menu - View commit details
-
Copy full SHA for e07e5e6 - Browse repository at this point
Copy the full SHA e07e5e6View commit details -
Free up 512B of RAM in the http_parser
(cherry picked from commit e85342a)
Configuration menu - View commit details
-
Copy full SHA for 63607e6 - Browse repository at this point
Copy the full SHA 63607e6View commit details -
Add function to close HomeKit server
When performing a OTA firmware update, we need to shutdown the HomeKit sever because all network processing (including pings) stop during file uploads. So system cannot process incoming TCP requests, risking out-of-memory crashes as buffers fill up.
Configuration menu - View commit details
-
Copy full SHA for 1bda7aa - Browse repository at this point
Copy the full SHA 1bda7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a165d9 - Browse repository at this point
Copy the full SHA 1a165d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdab8c8 - Browse repository at this point
Copy the full SHA bdab8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f0a12 - Browse repository at this point
Copy the full SHA a5f0a12View commit details
Commits on Jun 14, 2024
-
Merge pull request #1 from dkerr64/cfurter-master
Memory and performance imrovements
Configuration menu - View commit details
-
Copy full SHA for 118c1b2 - Browse repository at this point
Copy the full SHA 118c1b2View commit details
Commits on Jun 17, 2024
-
Memset the homekit value object.
homekit_value_copy was failing on non-initialized value struct which results in inacurrate characterisitic updates
Configuration menu - View commit details
-
Copy full SHA for ce4e85c - Browse repository at this point
Copy the full SHA ce4e85cView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ede919 - Browse repository at this point
Copy the full SHA 6ede919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ffa17 - Browse repository at this point
Copy the full SHA 93ffa17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4966a84 - Browse repository at this point
Copy the full SHA 4966a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426bc65 - Browse repository at this point
Copy the full SHA 426bc65View commit details -
Fix warning .platformio/packages/framework-arduinoespressif8266/tools…
…/sdk/lwip2/include/glue.h:98:37: warning: 'struct ip_info' declared inside parameter list will not be visible outside of this definition or declaration
Configuration menu - View commit details
-
Copy full SHA for 2dc161b - Browse repository at this point
Copy the full SHA 2dc161bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5401d - Browse repository at this point
Copy the full SHA 3f5401dView commit details -
Fix warning that initializing const arrays with more elements than th…
…e declared size can hold.
Configuration menu - View commit details
-
Copy full SHA for 5eb92fb - Browse repository at this point
Copy the full SHA 5eb92fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db2d9b - Browse repository at this point
Copy the full SHA 8db2d9bView commit details -
Fix warning on unused functions by enclosing the unused in the #ifdef…
… of the functions that use them!
Configuration menu - View commit details
-
Copy full SHA for ee1e0b7 - Browse repository at this point
Copy the full SHA ee1e0b7View commit details
Commits on Jul 18, 2024
-
Merge pull request #2 from dkerr64/cfurter-master
Memset the homekit value object.
Configuration menu - View commit details
-
Copy full SHA for bb89587 - Browse repository at this point
Copy the full SHA bb89587View commit details