Merge branch 'dev2x' into dev2

This commit is contained in:
MichaelDvP
2023-11-14 10:57:43 +01:00
6 changed files with 33 additions and 17 deletions

View File

@@ -347,7 +347,7 @@ bool EMSdevice::is_fetch(uint16_t telegram_id) const {
return false;
}
// get received status of telegramID
// get receive status of telegramID
bool EMSdevice::is_received(uint16_t telegram_id) const {
for (const auto & tf : telegram_functions_) {
if (tf.telegram_type_id_ == telegram_id) {