Skip to content

Commit

Permalink
[Impl] Mehr Debugsaufgaben für Turnout2func
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed May 11, 2019
1 parent a2f97d5 commit baf46a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder/ConnectorTurnout2Value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ void ConnectorTurnout2Value::TurnoutCmd(int id, int direction, int source) {
out = array[i + 1];
}
}
Serial.println("Value " + String(out));
Serial.println("Turnout2Value. Direction: " + String(direction) + " => Value: " + String(out));
action->setSettings("sd", String(out));
}

0 comments on commit baf46a9

Please sign in to comment.