remove tx-delay, wait for KM200 poll, v3.2.2b1

This commit is contained in:
MichaelDvP
2021-08-23 13:43:32 +02:00
parent 6b07651ed3
commit 4d1ba9bede
11 changed files with 14 additions and 50 deletions

View File

@@ -267,7 +267,6 @@ class EMSESP {
static uint8_t publish_all_idx_;
static uint8_t unique_id_count_;
static bool trace_raw_;
static uint64_t tx_delay_;
static uint8_t bool_format_;
static uint8_t enum_format_;
static uint16_t wait_validate_;