Arduino builder error test
This commit is contained in:
parent
403f57c9b4
commit
97cf7e37e6
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ const int relayPin[relayCount] = {3, 4, 5, 6};
|
|||
const int btnPin[relayCount] = {7, 8, 9, 10};
|
||||
byte relayState[relayCount] = {HIGH, HIGH, HIGH, HIGH}; //high -> relay off
|
||||
|
||||
byte buttonState[relayCount];
|
||||
byte lastButtonState[relayCount];
|
||||
byte buttonState[relayCount] byte lastButtonState[relayCount];
|
||||
|
||||
String receivedCom;
|
||||
String statusToSend;
|
||||
|
|
Reference in a new issue