Report IMU stream more frequently
Looks like the max rate largely depends on end receiver quality - to improve to dynamically lower if queue fills up
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ const unsigned long HEARTBEAT_MS = 10000;
|
|||||||
const int HEARTBEAT_DUR = 30;
|
const int HEARTBEAT_DUR = 30;
|
||||||
const unsigned long BOOT_SAFE_MS = 5000;
|
const unsigned long BOOT_SAFE_MS = 5000;
|
||||||
#ifdef FEATURE_IMU_STREAM
|
#ifdef FEATURE_IMU_STREAM
|
||||||
const unsigned long IMU_STREAM_RATE_MS = 100;
|
const unsigned long IMU_STREAM_RATE_MS = 20;
|
||||||
#endif
|
#endif
|
||||||
const float BATT_FULL = 4.20f;
|
const float BATT_FULL = 4.20f;
|
||||||
const float BATT_EMPTY = 3.00f;
|
const float BATT_EMPTY = 3.00f;
|
||||||
|
|||||||
Reference in New Issue
Block a user