this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bug: fix pullup resister

+1 -1
+1 -1
src/camera_server.py
··· 45 45 46 46 # Set up GPIO 47 47 GPIO.setmode(GPIO.BCM) 48 - GPIO.setup(Config.BUTTON_PIN, GPIO.IN, pull_up_down=GPIO.PUD_UP) 48 + GPIO.setup(Config.BUTTON_PIN, GPIO.IN) 49 49 50 50 # WebSocket clients set 51 51 connected_clients = set()