2013-10-14 19:56:47 +00:00
|
|
|
Changes between V1.0.1 and V1.0.2 released 14/10/2013
|
|
|
|
|
|
|
|
|
|
+ Changed double quotes (") to single quotes (') in the help string to
|
|
|
|
|
allow the strings to be used with JSON in FreeRTOS+Nabto.
|
|
|
|
|
|
2013-04-18 09:17:05 +00:00
|
|
|
Changes between V1.0.0 and V1.0.1 released 05/07/2012
|
|
|
|
|
|
|
|
|
|
+ Change the name of the structure used to map a function that implements
|
|
|
|
|
a CLI command to the string used to call the command from
|
|
|
|
|
xCommandLineInput to CLI_Command_Definition_t, as it was always intended
|
|
|
|
|
to be. A #define was added to map the old name to the new name for
|
2013-10-14 19:56:47 +00:00
|
|
|
reasons of backward compatibility.
|
|
|
|
|
|