Releases: albal/remotehead
Releases · albal/remotehead
v0.0.22
v0.0.21
Minor UI adjustment
Full Changelog: v0.0.20...v0.0.21
Fix timestamp in logs to use actual time
What's Changed
- Fix timestamp in logs to use actual time instead of time since boot by @copilot-swe-agent in #57
Full Changelog: v0.0.19...v0.0.20
Time sync and timestamped logs
What's Changed
- Add NTP clock synchronization and timestamped logging in dmesg style by @copilot-swe-agent in #54
Full Changelog: v0.0.18...v0.0.19
Add redial count and bug fixes
What's Changed
- Implement selective factory reset to preserve React web app and firmware by @copilot-swe-agent in #40
- Fix ESP32 WiFi connection failure when switching from AP to STA mode by @copilot-swe-agent in #39
- Fix 404 error for manifest.json in ESP32 web server by @copilot-swe-agent in #37
- Fix ESP32 IP address auto-detection when accessing device via new IP by @copilot-swe-agent in #36
- Hide WiFi configuration section when ESP32 is connected to WiFi network by @copilot-swe-agent in #41
- Add redial count limiting feature with configurable maximum attempts by @copilot-swe-agent in #55
Full Changelog: v0.0.17...v0.0.18
End autodial on failure
Stop auto dialing when a call fails.
Fix disable redial on call completion
Inadvertently auto redial was disabled when call ends. This should now be fixed.
Hopeful fix for call fail
Hopefully call fail detection is working now
Redial Failure Check 2
Second attempt at detecting failed call
Failed calls
Handle failed calls.
- Stop dialing when a failed call is detected