@Jeff_Vantrue I have another "wish list" item: Is it possible to preserve the menu settings during a firmware update?
I'm thinking something like this:
1) before starting the firmware update, write all current menu settings to the SD card as a text file
2) perform the firmware update
3) after the firmware update is complete, but before the "format SD card" action happens, open the text file containing the menu settings and read back in and restore the menu settings that are still appropraite to the new firmware. I'm assuming that not all settings will remain consistent between firmware versions, so just scan the text file for those menu settings that are still relevant/present and restore them. It won't be 100%, but will save a bunch of fiddling that is associated with each firmware update.
4) then format the SD card (or not...)