mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 13:34:01 +01:00
Ignore ESP32 Camera unknown framesizes (#901)
Fixes https://github.com/esphome/issues/issues/866
This commit is contained in:
parent
a8e3521f3c
commit
dcc8bb83af
@ -85,6 +85,8 @@ void ESP32Camera::dump_config() {
|
|||||||
case FRAMESIZE_UXGA:
|
case FRAMESIZE_UXGA:
|
||||||
ESP_LOGCONFIG(TAG, " Resolution: 1600x1200 (UXGA)");
|
ESP_LOGCONFIG(TAG, " Resolution: 1600x1200 (UXGA)");
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->is_failed()) {
|
if (this->is_failed()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user