Changes between Version 171 and Version 172 of Docs/825gen2/Dev/UpdatingLegacyApps


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

--

Legend:

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

    v171 v172  
    146146mkdir /mnt/nand/apps/<projectname>
    147147}}}
    148       If the data directory does not exist when running the app it is likely the display will show error messages about failing to write/read setup, configuration, or database files.
     148If the data directory does not exist when running the app it is likely the display will show error messages about failing to write/read setup, configuration, or database files.
    149149
    150150      It is often desirable to add the command to the app startup code to check and create the directory if it does not exist.