diff --git a/polar-scanner.ino b/polar-scanner.ino index 3e4e44f..b113bca 100644 --- a/polar-scanner.ino +++ b/polar-scanner.ino @@ -321,6 +321,5 @@ int stateTransition(int currentState) { } void loop() { -// telemeterscan(64, 8, 30, 4, 30); currentState = stateTransition(currentState); }