TFMini-Plus
TFMini-Plus copied to clipboard
Proposed changes to add format change functionality
- There might be a better/more elegant way for choosing the output format than the global variable
format_mm
. - Not sure if it is needed to save changes with sendCommand( SAVE_SETTINGS,0) if the format is changed or it's not necessary at all. Could be removed or put inside the
if(format_mm==true)
after sending the command withSTANDARD_FORMAT_MM
. - Changed the comments at the beginning to match the new line numbers due to the added lines.