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>
This commit is contained in:
Jon
2026-04-28 23:01:50 +01:00
parent a438c374ef
commit d5148d0fd9
7 changed files with 2342 additions and 0 deletions

6
partitions.csv Normal file
View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x3c0000,
fr, data, , 0x3d0000, 0x20000,
coredump, data, coredump,0x3f0000, 0x10000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x3c0000
5 fr data 0x3d0000 0x20000
6 coredump data coredump 0x3f0000 0x10000