fixed typo

This commit is contained in:
Ryzerth 2021-07-21 15:43:30 +02:00
parent 8d3f646aec
commit 465dc9e5dc

View File

@ -173,7 +173,7 @@ public:
}
void setBiasTee(bool enabled) {
sendCommand(14, index);
sendCommand(14, enabled);
}
private: