mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
fix telegram to_string
This commit is contained in:
@@ -83,8 +83,8 @@ class Telegram {
|
||||
TX_WRITE,
|
||||
};
|
||||
|
||||
std::string to_string_message() const;
|
||||
std::string to_string() const;
|
||||
std::string to_string(const uint8_t * telegram, uint8_t length) const;
|
||||
|
||||
// reads a bit value from a given telegram position
|
||||
void read_bitvalue(uint8_t & value, const uint8_t index, const uint8_t bit) const {
|
||||
|
||||
Reference in New Issue
Block a user