Browse Source

Change fake SN as requested

Alex Voinea 3 years ago
parent
commit
8d0f4b766a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

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