Update _433_Programming_New.ino

This commit is contained in:
AK-Homberger
2019-09-06 09:50:57 +02:00
committed by GitHub
parent 45fe887949
commit e0b5cd89fd

View File

@@ -8,7 +8,7 @@
#include <RCSwitch.h>
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