add proximity range

This commit is contained in:
Allan Cueff
2024-05-09 09:02:10 +02:00
parent 49e6b65f29
commit 5ea2d1211b

View File

@@ -5,7 +5,7 @@
#define MAX_TABLE_X 3000 //Attention : mode demi table
#define MAX_TABLE_Y 2000
#define BEACON_DETECT_RANGE 100
#define PROXIMITY_ALERT_RANGE 400
#define PROXIMITY_ALERT_RANGE 550
#define BORDER_DETECT_TRIGGER 50
#define AGGLOMERATES_TRIGGER 250
#define BEACONS_RADIUS 50