EEPROM_generator icon indicating copy to clipboard operation
EEPROM_generator copied to clipboard

Object list invalid for records with more than 9 subitems

Open lsartory opened this issue 1 year ago • 0 comments

Hi,

The generated objectlist.c file does not work with records (and possibly arrays?) containing more than 9 values. The cause of the error is that the subindex_padded function in src/generators/objectlist.js returns a decimal value instead of hexadecimal.

lsartory avatar Nov 19 '24 16:11 lsartory