加速计 acc: x:{{currentBLEData.acc.ax.toFixed(4)}} y:{{currentBLEData.acc.ay.toFixed(4)}}
z:{{currentBLEData.acc.az.toFixed(4)}}
校准后 acc: x:{{outBLEData.acc.ax.toFixed(4)}} y:{{outBLEData.acc.ay.toFixed(4)}}
z:{{outBLEData.acc.az.toFixed(4)}}
陀螺仪 gyro: x:{{currentBLEData.gyro.gx.toFixed(4)}} y:{{currentBLEData.gyro.gy.toFixed(4)}}
z:{{currentBLEData.gyro.gz.toFixed(4)}}
校准后 gyro: y:{{outBLEData.gyro.gy.toFixed(4)}}
{{index+1}}. {{item.name}}
{{item.explain}}