You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
Current ConfigEditor relies on the original input data format in YAML to determine how to represent data in GUI. For example, if the data value is HEX in YAML, then the data will be displayed in HEX format. This patch switched to use the specified format type to reformat the value string so that the display is always consistent with the required format type. It fixed #844. Signed-off-by: Maurice Ma <maurice.ma@intel.com>