Logs the read GPS line
Build, push image, and notify Watchtower / build-image (push) Successful in 1m3s
Build, push image, and notify Watchtower / notify (push) Successful in 12s

This commit is contained in:
2026-08-18 13:19:02 +02:00
parent da93eaa604
commit 2c0776bdaa
+1
View File
@@ -44,6 +44,7 @@ class GROVEGPS:
raw_bytes = self.ser.readline()
try:
line = raw_bytes.decode('utf-8', errors='ignore').strip()
log(f"GPS: Read line: {line}")
except Exception:
continue