Skip to content

Commit

Permalink
Correct web interface 12/24 setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks Ian, INI-TPD-APL authored and Sparks Ian, INI-TPD-APL committed Oct 29, 2016
1 parent a2e4e9b commit 60e52b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ardunixFade9_6_digit/ardunixFade9_6_digit.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@ void receiveEvent(int bytes) {
void requestEvent() {
byte configArray[16];
int idx = 0;
configArray[idx++] = encodeBooleanForI2C(true);
configArray[idx++] = encodeBooleanForI2C(hourMode );
configArray[idx++] = encodeBooleanForI2C(blankLeading);
configArray[idx++] = encodeBooleanForI2C(scrollback);
configArray[idx++] = encodeBooleanForI2C(suppressACP);
Expand Down

0 comments on commit 60e52b2

Please sign in to comment.