Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmucde committed Apr 27, 2022
1 parent fd1b28a commit ffde8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Github Sponsors:

v0.1.2:

* Fix PS/MM setVoltage to match the 3-digit syntax
* Added feature to substract current

v0.1.1:
Expand Down
2 changes: 1 addition & 1 deletion dltmultimeter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ void DLTMultimeter::setVoltage(float value)
{
QString text;

// Voltage set cmd sintax: VOLT### (### is the voltage in dV)
// Voltage set cmd syntax: VOLT### (### is the voltage in dV)
text = QString("VOLT%L1\r").arg((int)(value*10), 3, 10, QLatin1Char('0'));

if(!readVoltageOngoing)
Expand Down

0 comments on commit ffde8ca

Please sign in to comment.