mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove telegram_error_count()
This commit is contained in:
@@ -223,10 +223,6 @@ class RxService : public EMSbus {
|
||||
return telegram_error_count_;
|
||||
}
|
||||
|
||||
void increment_telegram_error_count() {
|
||||
telegram_error_count_++;
|
||||
}
|
||||
|
||||
uint8_t quality() const {
|
||||
if (telegram_error_count_ == 0) {
|
||||
return 100; // all good, 100%
|
||||
|
||||
Reference in New Issue
Block a user