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

@@ -26,7 +26,7 @@
#include "esp32/rom/uart.h"
#include "sdkconfig.h"
static const char * TAG = "platform_esp32";
static const char * TAG = "ota";
extern esp_err_t start_ota(const char * bin_url);
static struct {
struct arg_str *url;