remove telegram_error_count()

This commit is contained in:
proddy
2020-11-28 23:34:30 +01:00
parent a745aa4fd8
commit 08e2c519e6

View File

@@ -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%