@@ -788,23 +788,23 @@ static const struct YamlNode struct_WidgetPersistentData[] = {
788
788
};
789
789
static const struct YamlNode struct_ZonePersistentData[] = {
790
790
YAML_IDX,
791
- YAML_STRING (" widgetName" , 12 ),
791
+ YAML_STRING (" widgetName" , 20 ),
792
792
YAML_STRUCT (" widgetData" , 1280 , struct_WidgetPersistentData, NULL ),
793
793
YAML_END
794
794
};
795
795
static const struct YamlNode struct_LayoutPersistentData[] = {
796
- YAML_ARRAY (" zones" , 1376 , 10 , struct_ZonePersistentData, NULL ),
796
+ YAML_ARRAY (" zones" , 1440 , 10 , struct_ZonePersistentData, NULL ),
797
797
YAML_ARRAY (" options" , 128 , 10 , struct_ZoneOptionValueTyped, NULL ),
798
798
YAML_END
799
799
};
800
800
static const struct YamlNode struct_CustomScreenData[] = {
801
801
YAML_IDX,
802
802
YAML_STRING (" LayoutId" , 12 ),
803
- YAML_STRUCT (" layoutData" , 15040 , struct_LayoutPersistentData, NULL ),
803
+ YAML_STRUCT (" layoutData" , 15680 , struct_LayoutPersistentData, NULL ),
804
804
YAML_END
805
805
};
806
806
static const struct YamlNode struct_TopBarPersistentData[] = {
807
- YAML_ARRAY (" zones" , 1376 , 6 , struct_ZonePersistentData, NULL ),
807
+ YAML_ARRAY (" zones" , 1440 , 6 , struct_ZonePersistentData, NULL ),
808
808
YAML_ARRAY (" options" , 128 , 1 , struct_ZoneOptionValueTyped, NULL ),
809
809
YAML_END
810
810
};
@@ -869,8 +869,8 @@ static const struct YamlNode struct_ModelData[] = {
869
869
YAML_UNSIGNED ( " potsWarnEnabled" , 16 ),
870
870
YAML_ARRAY (" potsWarnPosition" , 8 , 16 , struct_signed_8, NULL ),
871
871
YAML_ARRAY (" telemetrySensors" , 112 , 60 , struct_TelemetrySensor, NULL ),
872
- YAML_ARRAY (" screenData" , 15136 , 10 , struct_CustomScreenData, NULL ),
873
- YAML_STRUCT (" topbarData" , 8384 , struct_TopBarPersistentData, NULL ),
872
+ YAML_ARRAY (" screenData" , 15776 , 10 , struct_CustomScreenData, NULL ),
873
+ YAML_STRUCT (" topbarData" , 8768 , struct_TopBarPersistentData, NULL ),
874
874
YAML_ARRAY (" topbarWidgetWidth" , 8 , 6 , struct_unsigned_8, NULL ),
875
875
YAML_UNSIGNED ( " view" , 8 ),
876
876
YAML_STRING (" modelRegistrationID" , 8 ),
0 commit comments