From a42dc37cc006528488d350ed51e850e72634c850 Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 24 Feb 2020 23:04:34 -0500 Subject: [PATCH] Removed unused variable --- CircuitPython_Pyloton/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/CircuitPython_Pyloton/code.py b/CircuitPython_Pyloton/code.py index 32decd352..7675bc0f7 100644 --- a/CircuitPython_Pyloton/code.py +++ b/CircuitPython_Pyloton/code.py @@ -24,7 +24,6 @@ ams = pyloton.ams_connect() start = time() hr_connection = None speed_cadence_connections = [] -radio = None while True: if HEART: if not hr_connection: