Changes between Version 56 and Version 57 of Docs/Prog/Manual/ApplicationLibraries/lib825db


Ignore:
Timestamp:
02/19/26 14:58:19 (5 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825db

    v56 v57  
    175175//appinfo.h//
    176176{{{
     177#define APP_NAME                                "SO123456"
     178#define APP_DIR                                 "so123456"
     179#define APP_VER                                 "01.00.00"
     180
     181#define APPS                                    "/mnt/nand/apps/"
     182#define APP_DATA_DIR                    APPS APP_DIR "/"
     183
    177184#define REPORTS_SYMLINK                 "/usr/share/apache2/default-site/htdocs/reports/custom/" APP_NAME
    178185}}}