@aibee/crc-bmap 0.1.14 → 0.1.15
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.cjs.min.js +1 -1
- package/lib/bmap.cjs.min.js.map +2 -2
- package/lib/bmap.esm.js +1 -0
- package/lib/bmap.esm.js.map +2 -2
- package/lib/bmap.esm.min.js +1 -1
- package/lib/bmap.esm.min.js.map +2 -2
- package/lib/bmap.min.js +1 -1
- package/lib/bmap.min.js.map +2 -2
- package/package.json +1 -1
package/lib/bmap.esm.js
CHANGED
|
@@ -22052,6 +22052,7 @@ var ImuPosition = class {
|
|
|
22052
22052
|
this.abnor_peak_time = mid_time;
|
|
22053
22053
|
this.abnor_peak_accH = mid_accH;
|
|
22054
22054
|
}
|
|
22055
|
+
console.log("this.peak_num", this.peak_num, this.valley_num, is_step_peak, is_step_valley, mid_accH);
|
|
22055
22056
|
if (this.peak_num === this.valley_num && (is_step_peak || is_step_valley)) {
|
|
22056
22057
|
pv_detected_flag = true;
|
|
22057
22058
|
}
|