Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVerStr
- Timestamp:
- 03/12/25 07:48:06 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVerStr
v3 v4 2 2 Gets the Loader (OPI card boot loader) version 3 3 4 {{{ 4 {{{#!c++ 5 5 string GetLoaderVerStr(); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 string str = GetLoaderVerStr(); 23 23 DisplayText(0, 0, str);