added client + testing command ESC#7

This commit is contained in:
2017-10-01 12:54:52 +02:00
parent 0eeed9c7d9
commit 7ffc947f1a
7 changed files with 51 additions and 72 deletions
+6
View File
@@ -42,6 +42,7 @@
//
#include <esp8266.h>
#include <httpclient.h>
#include "apars_short.h"
#include "apars_logging.h"
#include "screen.h"
@@ -103,6 +104,11 @@ void ICACHE_FLASH_ATTR apars_handle_hash_cmd(char c)
screen_fill_with_E();
break;
// development codes - do not use!
case '7':
http_get("http://example.com", NULL);
break;
default:
ansi_noimpl("ESC # %c", c);
}