Boot page increased spacing on versions labels

This commit is contained in:
Edward Firmo
2024-03-17 20:21:38 +01:00
parent 01e99b2f72
commit ac3be262fd
7 changed files with 3 additions and 2 deletions

View File

@@ -2142,13 +2142,14 @@ script:
disp1->set_component_font_color("home.chip_relay1", id(home_relay1_icon_color)); disp1->set_component_font_color("home.chip_relay1", id(home_relay1_icon_color));
disp1->set_component_font_color("home.chip_relay2", id(home_relay2_icon_color)); disp1->set_component_font_color("home.chip_relay2", id(home_relay2_icon_color));
boot_progress->execute(8); boot_progress->execute(8);
boot_progress->execute(9);
- wait_until: - wait_until:
condition: condition:
- lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99); - lambda: return (wifi_component->is_connected() and api_server->is_connected() and blueprint_status->state > 99);
timeout: 10s timeout: 10s
- lambda: boot_progress->execute(9);
- delay: 4s
- lambda: boot_progress->execute(10); - lambda: boot_progress->execute(10);
- delay: 5s - delay: 4s
- lambda: |- - lambda: |-
if (notification_sound->state) buzzer->play("two short:d=4,o=5,b=100:16e6,16e6"); if (notification_sound->state) buzzer->play("two short:d=4,o=5,b=100:16e6,16e6");
set_brightness->execute(display_brightness->state); set_brightness->execute(display_brightness->state);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.