adding telnet

This commit is contained in:
philippe44
2020-02-03 13:48:19 -08:00
parent 8ddd5a58f3
commit 49b9700e6d
12 changed files with 476 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ extern "C" {
static const char *ARG_TYPE_STR = "type can be: i8, u8, i16, u16 i32, u32 i64, u64, str, blob";
static const char * TAG = "platform_esp32";
static const char * TAG = "cmd_nvs";
static struct {
struct arg_str *key;