Fix index number

This commit is contained in:
awenelo 2021-03-06 14:20:06 -05:00
parent c777199d34
commit 144fc197a5
1 changed files with 1 additions and 1 deletions

View File

@ -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 "));
}