summaryrefslogtreecommitdiffstats
path: root/lock/util.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-07 17:21:29 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-07 17:21:29 +0800
commit6a2b5fefeb8931ca886bcf99a8f983b13e545515 (patch)
treeb792d15fa60c6ff256e78800ed2ce58aab9a709d /lock/util.h
parent6b9f251d75fde8064280973fd7ba968008581d73 (diff)
downloadsmart-home-6a2b5fefeb8931ca886bcf99a8f983b13e545515.tar.gz
2-way radio comm.
Diffstat (limited to 'lock/util.h')
-rw-r--r--lock/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lock/util.h b/lock/util.h
index 3f6d7a2..64f6ad5 100644
--- a/lock/util.h
+++ b/lock/util.h
@@ -6,8 +6,7 @@
#define KEY "dM>}jdb,6gsnC$J^K 8(I5vyPemPs%;K"
#define SYN "43iqr5$NB8SpN?Z/52{iVl>o|i!.'dsT"
#define LOCK "R,I7l^E4j]KyLR9'*Q{Jd'zu.~!84}Ij"
-#define LOCKED "R,I7l^E4j]KyLR9'*Q{Jd'zu.~!84}Ik"
-#define UNLOCKED "R,I7l^E4j]KyLR9'*Q{Jd'zu.~!84}Il"
+#define UNLOCK "R,I7l^E4j]KyLR9'*Q{Jd'zu.~!84}Ik"
void xor(const char *k, const char *s, char *d, uint8_t n);