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