🐛 Call begin on camera service
This commit is contained in:
@@ -144,6 +144,10 @@ void IRAM_ATTR serviceLoopEntry(void *) {
|
|||||||
MDNS.setInstanceName(APP_NAME);
|
MDNS.setInstanceName(APP_NAME);
|
||||||
apService.begin();
|
apService.begin();
|
||||||
|
|
||||||
|
#if FT_ENABLED(USE_CAMERA)
|
||||||
|
cameraService.begin();
|
||||||
|
#endif
|
||||||
|
|
||||||
setupServer();
|
setupServer();
|
||||||
|
|
||||||
socket.begin();
|
socket.begin();
|
||||||
|
|||||||
Reference in New Issue
Block a user