mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
alpha 0.2 - add solar, mixing, heatpump
This commit is contained in:
@@ -82,7 +82,6 @@ class Telegram {
|
||||
void read_value8(int16_t & param, const uint8_t index) const;
|
||||
void read_value(int8_t & param, const uint8_t index) const;
|
||||
|
||||
|
||||
private:
|
||||
int8_t _getDataPosition(const uint8_t index) const;
|
||||
};
|
||||
@@ -288,6 +287,9 @@ class TxService : public EMSbus {
|
||||
return tx_telegrams_;
|
||||
}
|
||||
|
||||
std::string last_tx_to_string() const;
|
||||
|
||||
|
||||
private:
|
||||
static constexpr uint8_t MAXIMUM_TX_RETRIES = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user