diff options
author | Mimmo La Fauci <mlafauci@metodo2.it> | 2013-03-17 19:23:16 +0100 |
---|---|---|
committer | Mimmo La Fauci <mlafauci@metodo2.it> | 2013-03-17 19:23:16 +0100 |
commit | f0ba738a71ec8dafe4705ddd02c07a2eb880655c (patch) | |
tree | 3f96a7b5885a043655823fdf6de0cf8832a9fc1f /firmwares/wifishield/wifiHD/src/main.c | |
parent | 9f77c8351090723410e126f63f7fbcb9b0875ce6 (diff) |
Fix issue related to multiple client opened on web server sketch
Diffstat (limited to 'firmwares/wifishield/wifiHD/src/main.c')
-rw-r--r-- | firmwares/wifishield/wifiHD/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmwares/wifishield/wifiHD/src/main.c b/firmwares/wifishield/wifiHD/src/main.c index 297e015..e94e724 100644 --- a/firmwares/wifishield/wifiHD/src/main.c +++ b/firmwares/wifishield/wifiHD/src/main.c @@ -281,6 +281,7 @@ void initShell() console_add_cmd("status", cmd_status, NULL); console_add_cmd("debug", cmd_debug, NULL); console_add_cmd("dumpBuf", cmd_dumpBuf, NULL); + console_add_cmd("ipconfig", cmd_set_ip, NULL); #ifdef ADD_CMDS console_add_cmd("powersave", cmd_power, NULL); |