mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
a9 - roll back uart changes for esp8266
This commit is contained in:
@@ -287,10 +287,9 @@ class TxService : public EMSbus {
|
||||
|
||||
std::string last_tx_to_string() const;
|
||||
|
||||
|
||||
private:
|
||||
static constexpr uint8_t MAXIMUM_TX_RETRIES = 3;
|
||||
|
||||
private:
|
||||
uint8_t tx_telegram_id_ = 0; // queue counter
|
||||
|
||||
static constexpr uint32_t TX_LOOP_WAIT = 10000; // when to check if Tx is up and running (10 sec)
|
||||
|
||||
Reference in New Issue
Block a user