Hello, the S21+ hydro series has a 9-character board name instead of 8. This causes an error in the EEPROM file, as only the first 8 characters are encoded. For example, the H6HB70702 board becomes H6HB7070. I corrected this by modifying the eeprom_defs.h file, setting "Board Name", size = 10, and .format="%.10s".
Hello, the S21+ hydro series has a 9-character board name instead of 8. This causes an error in the EEPROM file, as only the first 8 characters are encoded. For example, the H6HB70702 board becomes H6HB7070. I corrected this by modifying the eeprom_defs.h file, setting "Board Name", size = 10, and .format="%.10s".