From: jimmy Date: Mon, 8 Jul 2024 22:17:12 +0000 (-0500) Subject: Merge https://vault307.fbx.one/gitweb/garage_door_sensor into experimental X-Git-Url: https://vault307.fbx.one/gitweb/garage_door_sensor.git/commitdiff_plain/7a8bfaccbacf5064df8579455fde8353f6ae5c4a?hp=eb6b65e3f69cdd18bad359c85013fa3980c644b7 Merge https://vault307.fbx.one/gitweb/garage_door_sensor into experimental add to experimental branch --- diff --git a/garage_sensor.py b/garage_sensor.py index b58a031..0987498 100644 --- a/garage_sensor.py +++ b/garage_sensor.py @@ -1,3 +1,7 @@ # use distance sensor to measure in front (place by track). If less than 100, door is open. # set up web socket to communicate with base server to display status +''' +can send data over socket from pico w. can read socket, but only once. +host/client need to be reset (socket seems to be 1 time use?) +''' # host server will check status and light led if door OPEN