mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Remove unnecessary reset of radio stats poll reference count in polling interval setter
This commit is contained in:
parent
c76796cdc3
commit
e930ef008e
1 changed files with 0 additions and 1 deletions
|
|
@ -2252,7 +2252,6 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||
void setPollingInterval(int i) {
|
||||
_pollingInterval = i.clamp(1, 60);
|
||||
if (isConnected) {
|
||||
_radioStatsPollRefCount = 0;
|
||||
_startRadioStatsPolling();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue