Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Despite any reason, follow the steps given below to squash all commits into one

`$ git push -f origin <branch-name>`

//////////
/* */


### Branch Policy
Expand Down
4 changes: 2 additions & 2 deletions lib/others/oscilloscope_axes_scale.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class OscilloscopeAxesScale {
OscilloscopeAxesScale() {
_yAxisScale = 16;
_yAxisScaleMin = -16;
_yAxisScaleMax = 16;
_xAxisScale = 875;
_yAxisScaleMax = 17;
_xAxisScale = 975;
}

double get yAxisScale => _yAxisScale;
Expand Down
Loading