2017-08-15 04:11:19 -04:00
|
|
|
/* Console example — declarations of command registration functions.
|
|
|
|
|
|
|
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, this
|
|
|
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
|
|
CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
|
2018-09-20 07:26:14 -04:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2017-08-15 04:11:19 -04:00
|
|
|
|
2018-09-20 07:26:14 -04:00
|
|
|
#include "cmd_system.h"
|
|
|
|
#include "cmd_wifi.h"
|
2019-01-10 20:51:50 -05:00
|
|
|
#include "cmd_nvs.h"
|
2018-09-20 07:26:14 -04:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|