AppCUI icon indicating copy to clipboard operation
AppCUI copied to clipboard

[Core][INI] Buffer support in Ini object

Open gdt050579 opened this issue 3 years ago • 0 comments

Design a buffer support for ini object (in the following way): value = hex:"00 11 FF AB or value = dec:"1,2,3,4 with all buffer values as an uint8_t type. It should also work with arrays: value = [ hex:"00 11 FF" , dec:"1,2,3,4" ]

gdt050579 avatar Nov 21 '21 08:11 gdt050579