more tests and fix raw sending

This commit is contained in:
proddy
2019-05-01 08:31:59 +02:00
parent e684a95748
commit 05285caba0
4 changed files with 67 additions and 42 deletions

View File

@@ -937,9 +937,7 @@ void runUnitTest(uint8_t test_num) {
systemCheckTimer.detach();
regularUpdatesTimer.detach();
EMSESP_Status.listen_mode = true; // temporary go into listen mode to disable Tx
if (test_num >= 1 && test_num <= 10) {
ems_testTelegram(test_num);
}
ems_testTelegram(test_num);
}
// callback for loading/saving settings to the file system (SPIFFS)