This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CLI command with parameter

Hello,

I would like to have something like this:

ROOT_COMMAND SubCommand CustomParameter

Example:

DeviceName Set ExampleDeviceName

Where CustomParameter can be a string or hex value, that I would like to get and store in non volatile memory using Flash Data Storage. Is it possible with CLI? What is the right approach?

Related