force serial off

This commit is contained in:
Paul
2019-07-25 10:30:34 +02:00
parent 3fdd086160
commit cac7bfae31
4 changed files with 10 additions and 15 deletions

View File

@@ -2747,6 +2747,6 @@ void ems_testTelegram(uint8_t test_num) {
// go an parse it
ems_parseTelegram(telegram, length + 1); // include CRC in length
#else
myDebug_P(PSTR("Firmware not compiled with test data set"));
myDebug_P(PSTR("Firmware not compiled with test data. Use -DTESTS"));
#endif
}