mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-14 22:55:12 +10:00
Remove unnecessary reset of radio stats poll reference count in polling interval setter
This commit is contained in:
@@ -2252,7 +2252,6 @@ class MeshCoreConnector extends ChangeNotifier {
|
||||
void setPollingInterval(int i) {
|
||||
_pollingInterval = i.clamp(1, 60);
|
||||
if (isConnected) {
|
||||
_radioStatsPollRefCount = 0;
|
||||
_startRadioStatsPolling();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user