this repo has no description
1
fork

Configure Feed

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

chore: change button pin

+1 -1
+1 -1
src/camera_server.py
··· 23 23 logger.addHandler(stream_handler) 24 24 25 25 class Config: 26 - BUTTON_PIN = 17 26 + BUTTON_PIN = 2 27 27 PHOTO_DIR = "/home/ink/photos" 28 28 WEB_PORT = 80 29 29 WS_PORT = 8765