Move page Boot to pos 0

This commit is contained in:
Edward Firmo
2024-03-18 23:51:09 +01:00
parent 480848558f
commit 447a07c65b
13 changed files with 40 additions and 30 deletions

View File

@@ -22,6 +22,7 @@ namespace nspanel_ha_blueprint {
* such as settings, home, weather information, and more.
*/
constexpr std::array<const char*, 28> page_names = {
"boot",
"home",
"weather01",
"weather02",
@@ -30,7 +31,6 @@ namespace nspanel_ha_blueprint {
"weather05",
"climate",
"settings",
"boot",
"screensaver",
"light",
"cover",