command to UI backend wip

This commit is contained in:
Sebastien
2020-04-16 20:32:39 -04:00
parent 0a32f38f91
commit 56396d11ef
14 changed files with 185 additions and 81 deletions

View File

@@ -7,12 +7,13 @@
CONDITIONS OF ANY KIND, either express or implied.
*/
#pragma once
#include "esp_console.h"
#include "cJSON.h"
#ifdef __cplusplus
extern "C" {
#endif
esp_err_t cmd_to_json(const esp_console_cmd_t *cmd);
cJSON * get_cmd_list();
#ifdef __cplusplus
}
#endif