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:
6
partitions.csv
Normal file
6
partitions.csv
Normal 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,
|
||||
|
Reference in New Issue
Block a user