mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
more tests and fix raw sending
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user