added KM200 gateway/modem tests

This commit is contained in:
proddy
2020-06-17 16:26:02 +02:00
parent c837a186de
commit c02140e66d
2 changed files with 84 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ class Test {
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);
static void uart_telegram(const char *rx_data);
};
} // namespace emsesp