mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
alpha 0.2 - add solar, mixing, heatpump
This commit is contained in:
@@ -602,4 +602,9 @@ void TxService::post_send_query() {
|
||||
}
|
||||
}
|
||||
|
||||
// returns details of the last Tx message that was sent (for debugging)
|
||||
std::string TxService::last_tx_to_string() const {
|
||||
return Helpers::data_to_hex(telegram_last_, telegram_last_length_);
|
||||
}
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user