awenelo 3 anni fa
parent
commit
144fc197a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Firmware/eeprom.cpp

+ 1 - 1
Firmware/eeprom.cpp

@@ -126,7 +126,7 @@ void eeprom_default_sheet_name(uint8_t index, SheetName &sheetName)
     {
         strcpy_P(sheetName.c, PSTR("Textur"));
     }
-    else if (index < 4)
+    else if (index < 6)
     {
         strcpy_P(sheetName.c, PSTR("Satin "));
     }