Minor fixes
This commit is contained in:
@ -94,14 +94,12 @@ extern "C" void app_main()
|
||||
recovery = true;
|
||||
}
|
||||
|
||||
initScreen();
|
||||
|
||||
bootLabel.redraw("settings");
|
||||
|
||||
if (const auto result = configs.init("bobbycar"); result != ESP_OK)
|
||||
ESP_LOGE(TAG, "config_init_settings() failed with %s", esp_err_to_name(result));
|
||||
|
||||
updateRotation();
|
||||
initScreen();
|
||||
|
||||
profileSettings = presets::defaultProfileSettings;
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/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