We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25f1d44 + 623244f commit 4a926a0Copy full SHA for 4a926a0
src/internal/Switches.h
@@ -30,7 +30,7 @@ namespace DcsBios {
30
31
if ((millis() - lastDebounceTime) > debounceDelay_) {
32
if (state != switchState_) {
33
- if (tryToSendDcsBiosMessage(msg_, state == HIGH ? "0" : "1")) {
+ if (tryToSendDcsBiosMessage(msg_, state == HIGH ? "0" : "1")) {
34
switchState_ = state;
35
}
36
0 commit comments