added test command (console&web), to simulate adding devices. still experimental

This commit is contained in:
proddy
2020-11-14 22:10:06 +01:00
parent 74012964ab
commit 956dda87ec
8 changed files with 181 additions and 156 deletions

View File

@@ -55,6 +55,10 @@ class System {
static bool command_info(const char * value, const int8_t id, JsonObject & json);
static bool command_report(const char * value, const int8_t id, JsonObject & json);
#if defined(EMSESP_TEST)
static bool command_test(const char * value, const int8_t id);
#endif
static uint8_t free_mem();
static void upload_status(bool in_progress);
static bool upload_status();