Change fake SN as requested

This commit is contained in:
Alex Voinea 2022-02-14 10:14:08 +01:00
parent 3031f68d31
commit 8d0f4b766a

View file

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