ESPresense/lib/BleFingerprint/rssi.h

20 lines
299 B
C
Raw Normal View History

#ifndef _RSSI_
#define _RSSI_
#define CLOSE_RSSI (-40)
#define LEFT_RSSI (-50)
#define DEFAULT_TX (-6)
#define APPLE_TX 0
#define RM_ASST_TX 0
#define TILE_TX (-4)
#define EXPOSURE_TX (-12)
#define ITAG_TX (-10)
#define NUT_TX (-12)
2023-01-01 08:46:52 +01:00
#define FLORA_TX (-10)
#define EDDYSTONE_ADD_1M (-41)
#endif