This commit is contained in:
Boyan 2022-07-20 17:14:04 +03:00
parent f1bc06aed3
commit 2ee2143839

View File

@ -15,7 +15,7 @@ async def button_press(pin:int):
break
GPIO.cleanup()
asyncio.sleep(1)
await asyncio.sleep(.1)
return True
if __name__ == "__main__":