ESP32-PaxCounter/src/beacon_array.h

3 lines
85 B
C
Raw Normal View History

std::array<uint32_t, 5>::iterator it;
2018-07-25 00:17:31 +02:00
std::array<uint32_t, 5> beacons = {0,0,0,0,0};