Arduino builder error test

This commit is contained in:
GHOSCHT 2020-08-02 10:56:05 +02:00
parent 403f57c9b4
commit 97cf7e37e6

View file

@ -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;