ESP32-PaxCounter/src/beacon_array.h
Klaus K Wilting eedb42c18a v1.4.0
2018-08-01 12:50:23 +02:00

9 lines
235 B
C++

#ifndef _BEACON_ARRAY_H
#define _BEACON_ARRAY_H
std::array<uint64_t, 0xff>::iterator it;
std::array<uint64_t, 0xff> beacons = {0x0000010203040506, 0x0000aabbccddeeff,
0x0000112233445566};
#endif