更新设备校准

This commit is contained in:
wyf
2025-06-03 09:00:01 +08:00
parent 7a816922fa
commit eed93bc6a4
30 changed files with 4257 additions and 1259 deletions

View File

@@ -192,11 +192,11 @@ class _BreatheStandardWidgetState extends State<BreatheStandardWidget> {
child: TimeSeriesChart(
startTime: startTime,
endTime: endTime,
yMin: 50,
yMax: 150,
yMin: 8,
yMax: 20,
dataPoints: dataPoints,
actYMax: max.toDouble(),
actYMin: min.toDouble(),
// actYMax: max.toDouble(),
// actYMin: min.toDouble(),
),
),
Padding(
@@ -364,7 +364,7 @@ class _BreatheStandardWidgetState extends State<BreatheStandardWidget> {
),
);
} catch (e) {
es.EasyDartModule.logger.error("打鼾监测绘制异常${e}");
es.EasyDartModule.logger.error("打鼾监测绘制异常${e}");
return Container();
}
}