From 6a2b5fefeb8931ca886bcf99a8f983b13e545515 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 7 Apr 2025 17:21:29 +0800 Subject: 2-way radio comm. --- lock/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lock/util.h') 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); -- cgit v1.2.3