1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 02:40:56 +01:00

Ignore ESP32 Camera unknown framesizes (#901)

Fixes https://github.com/esphome/issues/issues/866
This commit is contained in:
Otto Winter 2019-12-04 16:04:46 +01:00 committed by GitHub
parent e9e92afc9e
commit 064589934c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,8 @@ void ESP32Camera::dump_config() {
case FRAMESIZE_UXGA:
ESP_LOGCONFIG(TAG, " Resolution: 1600x1200 (UXGA)");
break;
default:
break;
}
if (this->is_failed()) {