3 Commits

Author SHA1 Message Date
Jon
2380e50463 working on HA with MPJ camera device
Switch from soft AP mode to WiFi station mode so the ESP32-S3 joins
the home network and exposes the MJPEG stream at http://<IP>:81/stream
for use with Home Assistant's MJPEG camera integration.
2026-05-08 08:54:10 +01:00
Jon
d5148d0fd9 Add ESP32-S3 camera web server over soft AP
Camera stream server from CameraWebServer example running over WiFi
soft access point. Fixed port conflict (removed NetworkServer on 80),
removed duplicate startCameraServerAP(), and corrected IP reporting
to use softAPIP().

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 23:01:50 +01:00
Jon
a438c374ef first commit 2026-04-28 22:56:32 +01:00