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