tx logic "take two"

This commit is contained in:
proddy
2019-05-24 11:39:38 +02:00
parent b394940e21
commit df34e296a3
4 changed files with 5 additions and 16 deletions

View File

@@ -331,7 +331,6 @@ bool ems_getPoll() {
void ems_setTxDelay(uint8_t delay) {
EMS_Sys_Status.emsTxDelay = delay;
myDebug_P(PSTR("EMS Tx delay is %d"), EMS_Sys_Status.emsTxDelay);
}
uint8_t ems_getTxDelay() {