diff --git a/main/main.cpp b/main/main.cpp index 85fb161..ed1272a 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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; diff --git a/tools/bobby-monitor-flasher b/tools/bobby-monitor-flasher index 9a65370..d5ffe95 100755 --- a/tools/bobby-monitor-flasher +++ b/tools/bobby-monitor-flasher @@ -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