Minor fixes

This commit is contained in:
CommanderRedYT
2022-10-02 23:14:15 +02:00
parent 5b0df729b3
commit d71fd669e8
2 changed files with 2 additions and 4 deletions

View File

@ -94,14 +94,12 @@ extern "C" void app_main()
recovery = true; recovery = true;
} }
initScreen();
bootLabel.redraw("settings"); bootLabel.redraw("settings");
if (const auto result = configs.init("bobbycar"); result != ESP_OK) if (const auto result = configs.init("bobbycar"); result != ESP_OK)
ESP_LOGE(TAG, "config_init_settings() failed with %s", esp_err_to_name(result)); ESP_LOGE(TAG, "config_init_settings() failed with %s", esp_err_to_name(result));
updateRotation(); initScreen();
profileSettings = presets::defaultProfileSettings; profileSettings = presets::defaultProfileSettings;

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
idf.py -p /dev/ttyACM0 -b 921600 flash monitor -b 115200 idf.py -p /dev/ttyACM0 -b 115200 monitor