We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ac94b commit e8bc1a1Copy full SHA for e8bc1a1
src/connection/connection.c
@@ -287,7 +287,7 @@ void connection_write_packet_4() // full precision quat and magnetometer
287
void connection_write_packet_5() // runtime
288
{
289
uint8_t data[16] = {0};
290
- data[0] = 4; // packet 4
+ data[0] = 5; // packet 5
291
data[1] = tracker_id;
292
int64_t *buf = (uint16_t *)&data[2];
293
buf[0] = k_ticks_to_us_floor64(sys_get_battery_remaining_time_estimate());
0 commit comments