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