1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Bugfix on Test Report 12.01.2012

This commit is contained in:
Domenico La Fauci
2012-01-30 00:07:39 +01:00
parent 7fb3a05baa
commit 5778170fa6
15 changed files with 273 additions and 99 deletions

View File

@ -193,7 +193,7 @@ cmd_status(int argc, char* argv[], void* ctx)
return CMD_DONE;
}
#ifdef ADD_CMDS
/**
*
*/
@ -225,8 +225,9 @@ cmd_power(int argc, char* argv[], void* ctx)
printk(usage);
return CMD_DONE;
}
#endif
#ifdef ADD_CMDS
/**
*
*/
@ -273,6 +274,7 @@ cmd_psconf(int argc, char* argv[], void* ctx)
return CMD_DONE;
}
#endif
#define MAX_KEY_LEN 64