1.2.4. remove duplicate scan ids

This commit is contained in:
proddy
2019-01-04 11:24:31 +01:00
parent f218d2cda2
commit 054f83555c
3 changed files with 28 additions and 16 deletions

View File

@@ -11,6 +11,9 @@
#include <CircularBuffer.h> // https://github.com/rlogiacco/CircularBuffer
#include <MyESP.h>
#include <list>
#include <vector>
// EMS IDs
#define EMS_ID_NONE 0x00 // Fixed - used as a dest in broadcast messages and empty type IDs
#define EMS_ID_ME 0x0B // Fixed - our device, hardcoded as "Service Key"