03ef332 ci: generate detailed release notes with changelog from git history
17f5c3a docs: beautify README with badges and improved layout
69827c5 fix: improve WiFi STA compatibility with infinite retry and broader auth support
4434d18 fix: resolve all 13 reliability issues across WiFi,camera,streaming,motion and config
ddb41e9 docs: add MJPEG stream freeze troubleshooting entry (zh-CN + en)
c47a45d fix: resolve MJPEG stream freeze caused by frame buffer contention
.github/workflows/build.yml | 45 +++++-
.gitignore | 13 +-
README.md | 313 +++++++++++++++++++++++++----------------
README_CN.md | 320 +++++++++++++++++++++++++-----------------
docs/en/troubleshooting.md | 116 +++++++++++++--
docs/zh-CN/troubleshooting.md | 110 +++++++++++++++
main/camera_driver.c | 18 +++
main/config_manager.c | 2 +-
main/main.c | 26 +++-
main/mjpeg_streamer.c | 28 +++-
main/motion_detect.c | 174 +++++++++++++++--------
main/status_led.c | 15 +-
main/status_led.h | 3 +-
main/web_server.c | 63 ++++++++-
main/web_ui/preview.html | 31 ++--
main/wifi_manager.c | 65 +++++++--
main/wifi_manager.h | 7 +
17 files changed, 980 insertions(+), 369 deletions(-)