fixed typo

This commit is contained in:
AlexandreRouma 2021-10-13 00:22:10 +02:00 committed by GitHub
parent afe13969a7
commit d1aab6f25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ public:
biasT = config.conf["devices"][selectedSerial]["biasT"]; biasT = config.conf["devices"][selectedSerial]["biasT"];
} }
else { else {
overallGain = false; biasT = false;
} }
} }