Minor fixes
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user