Use raw value as prevalue (#1405)

* remove loggng password

* use raw value of selected number as default value

* fix log message

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2022-11-25 07:24:23 +01:00
committed by GitHub
parent 9f20c126be
commit 3aa0411676
3 changed files with 49 additions and 24 deletions

View File

@@ -265,7 +265,7 @@ extern "C" void app_main(void)
} else { // Test Camera
camera_fb_t * fb = esp_camera_fb_get();
if (!fb) {
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Camera cannot be initialzed. Will restart in 5 minutes!");
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Camera Framebuffer cannot be initialzed. Will restart in 5 minutes!");
initSucessful = false;
}
else {