From aee584708ad3eb9ad0127c913dade215de6fd5da Mon Sep 17 00:00:00 2001 From: AK-Homberger <53138495+AK-Homberger@users.noreply.github.com> Date: Sun, 21 Jul 2019 14:17:11 +0200 Subject: [PATCH] Update _433_Programming.ino --- AP-Remote-Software/_433_Programming/_433_Programming.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AP-Remote-Software/_433_Programming/_433_Programming.ino b/AP-Remote-Software/_433_Programming/_433_Programming.ino index 0b6ff79..2c65d4a 100644 --- a/AP-Remote-Software/_433_Programming/_433_Programming.ino +++ b/AP-Remote-Software/_433_Programming/_433_Programming.ino @@ -7,7 +7,7 @@ #include -long unsigned int Key1 = 0000001; // Cange to individual (random) values +long unsigned int Key1 = 0000001; // Change to individual (random) values long unsigned int Key2 = 0000002; long unsigned int Key3 = 0000003; long unsigned int Key4 = 0000004;