소스 검색

Fix index number

awenelo 3 년 전
부모
커밋
144fc197a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 "));
     }