mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 18:40:46 +08:00
Update camera.cpp
change output to all clients for consistency
This commit is contained in:
parent
222dbdaf44
commit
41a3150551
@ -375,7 +375,7 @@ bool Camera::begin(bool forceinit)
|
||||
log_esp3d("Cannot access camera sensor");
|
||||
}
|
||||
if (NetConfig::started() && (NetConfig::getMode()!= ESP_BT)) {
|
||||
ESP3DOutput output(ESP_SERIAL_CLIENT);
|
||||
ESP3DOutput output(ESP_ALL_CLIENTS);
|
||||
httpd_config_t httpdconfig = HTTPD_DEFAULT_CONFIG();
|
||||
httpdconfig.close_fn =&disconnected_uri;
|
||||
httpd_uri_t stream_uri = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user