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


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

--

Legend:

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

    v173 v174  
    168168}}}
    169169
    170 Debug messages in the code //DEBUG_MSG// will show on the terminal.
     170Debug 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.
    171171
    172172A legacy 825 app recompiled to run on the 825 Gen2 may appear similar to this: