Changes between Version 174 and Version 175 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/20/25 11:46:31 (30 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v174 v175  
    168168}}}
    169169
    170 Debug messages in the code such as //DEBUG_MSG("Showing main screen\n");// will show on the terminal as the app runs. It is best to not use //CTRL-C// to exit the app because this main leave mainboard communications bad state.
     170Any debug messages provided in the code such as //DEBUG_MSG("Showing main screen\n");// will show on the terminal as the app runs. It is best to exit the app by "Exit" or "ESCAPE" button. Using //CTRL-C// to exit will not perform normal app shutdown and may leave mainboard communications in a bad state.
    171171
    172172A legacy 825 app recompiled to run on the 825 Gen2 may appear similar to this: