mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Update radio stack to v1.19.0 (#3545)
* Update radio stack to v1.19.0 * Ble: set max connection interal same as min, kinda speedups everything
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
#define GAP_MS_TO_SCAN_INTERVAL(x) ((uint16_t)((x) / 0.625))
|
||||
|
||||
// Also used as an indicator of whether the beacon had ever been configured
|
||||
#define GAP_MIN_ADV_INTERVAL_MS (20)
|
||||
// AN5289: 4.7, we need at least 25ms + advertisement, which is 30 ms
|
||||
#define GAP_MIN_ADV_INTERVAL_MS (30u)
|
||||
|
||||
typedef struct {
|
||||
GapExtraBeaconConfig last_config;
|
||||
|
||||
Reference in New Issue
Block a user