@aibee/crc-bmap 0.1.14 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/bmap.esm.js CHANGED
@@ -22064,6 +22064,7 @@ var ImuPosition = class {
22064
22064
  * @returns bool -- True: detected, False: not detected.
22065
22065
  */
22066
22066
  FFTStepDetec() {
22067
+ return true;
22067
22068
  let fft_detected_flag = false;
22068
22069
  const fft_fre = this.fre;
22069
22070
  const fft_size = this.accH_fifo_len;