mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
fix tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user