Change fake SN as requested
This commit is contained in:
parent
3031f68d31
commit
8d0f4b766a
|
|
@ -8974,7 +8974,7 @@ bool FarmOrUserECool(){
|
||||||
|
|
||||||
#ifdef PRUSA_SN_SUPPORT
|
#ifdef PRUSA_SN_SUPPORT
|
||||||
void WorkaroundPrusaSN() {
|
void WorkaroundPrusaSN() {
|
||||||
const char *SN = PSTR("CZPX000000000000000");
|
const char *SN = PSTR("CZPXInvalidSerialNr");
|
||||||
for (uint8_t i = 0; i < 20; i++) {
|
for (uint8_t i = 0; i < 20; i++) {
|
||||||
eeprom_update_byte((uint8_t*)EEPROM_PRUSA_SN + i, pgm_read_byte(SN++));
|
eeprom_update_byte((uint8_t*)EEPROM_PRUSA_SN + i, pgm_read_byte(SN++));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue