Hi guys,
Is there a way to get the application version defined in the .adef file into my application ?
I checked in the Legato API documentation and I did not find any information about that.
Best Regards
Hi guys,
Is there a way to get the application version defined in the .adef file into my application ?
I checked in the Legato API documentation and I did not find any information about that.
Best Regards
Ok, I get it.
Just do
le_cfg_QuickGetString(“/apps/MYAPP/version”, version, 256, “unknown”);