Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Correct Input configuration type
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Dillingham authored and Steven Dillingham committed Jun 17, 2014
1 parent 7c90e3f commit 61e2523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dctt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ int parseDoor(Stream& stream, char* startToken, char* stopToken) {
openBraces = 0;
}
else if (strcmp(token, "Input") == 0) {
cfgPos = Cfg::DIGITAL_OUTPUT;
cfgPos = Cfg::DIGITAL_INPUT;
cfgParent = Cfg::DOOR;
openBraces = 0;
}
Expand Down

0 comments on commit 61e2523

Please sign in to comment.