Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarna84 committed Nov 7, 2024
1 parent f14d62f commit ad92daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/plotSerial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class _PlotSerialPageState extends State<PlotSerialPage> {

final _serialStream = SerialPortReader(widget.selectedPort);
_serialStream.stream.listen((event) {
print('R: $event');
//print('R: $event');
for (int i = 0; i < event.length; i++) {
pcProcessData(event[i]);
}
Expand Down

0 comments on commit ad92daf

Please sign in to comment.