This commit is contained in:
Eggman20339 2024-05-05 20:10:28 -04:00
parent 9ee5a8a9f0
commit 43846ab6db

View File

@ -67,7 +67,7 @@ class CliInteraction(UserInteraction):
def badCred():
print("Bad credential!")
time.sleep(2)
# time.sleep(2)
while True:
# GPIO.output(14, GPIO.LOW)
print("Waiting for device...")
@ -151,7 +151,8 @@ while True:
# Example usage: Fetch data for a specific AAGUID and store in variables
aaguid_data = fetch_data("your_specific_aaguid_here")
aaguid_data = None
aaguid_data = fetch_data("")
if aaguid_data:
# Store each piece of data into a separate variable