Explorar o código

Fix index number

awenelo %!s(int64=3) %!d(string=hai) anos
pai
achega
144fc197a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 "));
     }