Changes between Version 178 and Version 179 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/20/25 12:08:41 (28 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v178 v179  
    171171}}}
    172172
    173 Any 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 an "Exit" or "ESCAPE"/"Left Arrow" button. Using //CTRL-C// in the terminal to exit will not perform normal app shutdown and may leave mainboard communications in a bad state.
     173Any 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 an "Exit" or "ESCAPE"/"Left Arrow" button on the 825 Gen2 screen. Using //CTRL-C// in the terminal to exit will not perform normal app shutdown and may leave mainboard communications in a bad state.
    174174
    175175A legacy 825 app recompiled to run on the 825 Gen2 may appear similar to this: