From e0b5cd89fdf67b3720a891062b1eded54d3170b6 Mon Sep 17 00:00:00 2001 From: AK-Homberger <53138495+AK-Homberger@users.noreply.github.com> Date: Fri, 6 Sep 2019 09:50:57 +0200 Subject: [PATCH] Update _433_Programming_New.ino --- .../_433_Programming_New/_433_Programming_New.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AP-Remote-Software/_433_Programming_New/_433_Programming_New.ino b/AP-Remote-Software/_433_Programming_New/_433_Programming_New.ino index 3c46e2d..e7a93ea 100644 --- a/AP-Remote-Software/_433_Programming_New/_433_Programming_New.ino +++ b/AP-Remote-Software/_433_Programming_New/_433_Programming_New.ino @@ -8,7 +8,7 @@ #include -long unsigned int Key[] = {1000001, 1000002, 1000003, 1000004 }; +unsigned long Key[] = {1000001, 1000002, 1000003, 1000004 }; int Keys = sizeof(Key)/sizeof(unsigned long); // Number of keys is calculated atomatically