fix pigeond device reset

old-commit-hash: 0ee53532be30c740a77f20c39b672f7b0ebb755b
This commit is contained in:
Kurt Nistelberger
2023-02-01 17:33:08 -08:00
parent b49290d69c
commit 67b7af075d

View File

@@ -123,7 +123,7 @@ class TTYPigeon():
init_baudrate(self)
# clear configuration
self.send_with_ack(b"\xb5\x62\x06\x09\x0d\x00\x00\x00\x1f\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x17\x71\x5b")
self.send_with_ack(b"\xb5\x62\x06\x09\x0d\x00\x1f\x1f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x17\x71\xd7")
# clear flash memory (almanac backup)
self.send_with_ack(b"\xB5\x62\x09\x14\x04\x00\x01\x00\x00\x00\x22\xf0")