diff options
| -rw-r--r-- | door_lock/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/door_lock/cmd.c b/door_lock/cmd.c index a1edc8f..fb5154b 100644 --- a/door_lock/cmd.c +++ b/door_lock/cmd.c @@ -7,7 +7,7 @@ #define KEY "dM>}jdb,6gsnC$J^K 8(I5vyPemPs%;K" #define LOCK_CMD "43iqr5$NB8SpN?Z/52{iVl>o|i!.'dsT" -#define UNLOCK_CMD "43iqr5$NB8SpN?Z/52{iVl>o|i!.'dsT" +#define UNLOCK_CMD "R,I7l^E4j]KyLR9'*Q{Jd'zu.~!84}Ij" static char cmd[XORLEN]; |
