Skip to content

Commit

Permalink
removed telemetryErrors counter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 16, 2023
1 parent 151db8f commit 2379fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/gui/128x64/view_statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void menuStatisticsDebug2(event_t event)

switch (event) {
case EVT_KEY_FIRST(KEY_ENTER):
telemetryErrors = 0;
// telemetryErrors = 0;
break;

case EVT_KEY_FIRST(KEY_UP):
Expand Down

0 comments on commit 2379fc4

Please sign in to comment.