PavelSindler 6 سال پیش
والد
کامیت
cd438c5c00
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Firmware/ConfigurationStore.cpp

+ 1 - 1
Firmware/ConfigurationStore.cpp

@@ -360,7 +360,7 @@ bool Config_RetrieveSettings(uint16_t offset)
 			SERIAL_ECHOLNPGM("Stored settings retrieved");
 
 		}
-	    else { //size of eeprom M500 section probably changed by mistake and data are not valid; default values will be used
+		else { //size of eeprom M500 section probably changed by mistake and data are not valid; default values will be used
 			puts_P(PSTR("Data read from EEPROM not valid."));
 			Config_ResetDefault();
 			previous_settings_retrieved = false;