jiasheng

Results 2 issues of jiasheng

This PR introduces support for the POLARIS GPS protocol in Betaflight. The addition of this protocol will provide users with more options for GPS hardware, reducing cpu mips with compact...

Don't Merge
RN: IMPROVEMENT
Pinned

there might be a duplicate codes in heatmapper.py, method **sort_group** of class _matrix, starting line 1220 to line 1221 ```python elif sort_using == 'mean': matrix_avgs = np.nanmean(matrix, axis=1) elif sort_using...