|
|
@@ -28,17 +28,17 @@ async def connect():
|
|
|
|
|
|
#function that will recive the ESP32 data
|
|
|
def getCurrentScore():
|
|
|
- print(30)
|
|
|
#than do math to figure out power level
|
|
|
return 30
|
|
|
|
|
|
-
|
|
|
names = []
|
|
|
scores = []
|
|
|
currentScore = getCurrentScore()
|
|
|
highestScore = 100
|
|
|
highScoreName = ""
|
|
|
|
|
|
+names = []
|
|
|
+scores = []
|
|
|
|
|
|
if currentScore > highestScore :
|
|
|
highestScore = currentScore
|