Skip to content

To display the center line correctly.#2

Open
hazy1710 wants to merge 2 commits into
Circuit-Digest:mainfrom
hazy1710:patch-1
Open

To display the center line correctly.#2
hazy1710 wants to merge 2 commits into
Circuit-Digest:mainfrom
hazy1710:patch-1

Conversation

@hazy1710

@hazy1710 hazy1710 commented Oct 10, 2022

Copy link
Copy Markdown

Change:

181   String offset_line = String((2.0 * v_div) / 1000.0 - offset) + "V";
203   String offset_line = String((2.0 * v_div) / 1000.0 - offset) + "V";

to:

181   String offset_line = String((3.0 * v_div) / 1000.0 - offset) + "V";
203   String offset_line = String((3.0 * v_div) / 1000.0 - offset) + "V";

to display the center line correctly.

Change:
181   String offset_line = String((2.0 * v_div) / 1000.0 - offset) + "V";
203   String offset_line = String((2.0 * v_div) / 1000.0 - offset) + "V";
to:
181   String offset_line = String((3.0 * v_div) / 1000.0 - offset) + "V";
203   String offset_line = String((3.0 * v_div) / 1000.0 - offset) + "V";
to display the center line correctly.
Add change rate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant