Skip to content

Commit

Permalink
fix: wrong ref to obd object
Browse files Browse the repository at this point in the history
  • Loading branch information
truonghoangduy committed Oct 20, 2022
1 parent f5ed617 commit baff8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/circle_percent_remain.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class _CirclePercentRemainState extends State<CirclePercentRemain> {
stream: context
.read<CheckListCore>()
.dataRawStream[
BleOBDCheckList.engineLoadCharacteristic]!
BleOBDCheckList.engineRpmCharacteristic]!
.dataStream,
builder: (context, snapshot) {
var rpm = 0;
Expand Down

0 comments on commit baff8e0

Please sign in to comment.