fix tests

This commit is contained in:
proddy
2020-11-15 12:39:39 +01:00
parent 6876f3d804
commit b5532b1b88
2 changed files with 30 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ namespace emsesp {
class Test {
public:
static void run_test_shell(uuid::console::Shell & shell, const std::string & command);
static void run_test(const char * command, int8_t id = 0);
static bool run_test(const char * command, int8_t id = 0);
static void dummy_mqtt_commands(const char * message);
static void rx_telegram(const std::vector<uint8_t> & data);
static void uart_telegram(const std::vector<uint8_t> & rx_data);