update pins
This commit is contained in:
parent
980fe6f711
commit
c9c3823499
@ -11,13 +11,13 @@ const char* password = "<your WiFi password>";
|
|||||||
const String baseurl = "http://10.10.10.10:1880";
|
const String baseurl = "http://10.10.10.10:1880";
|
||||||
|
|
||||||
// define pins
|
// define pins
|
||||||
const int pinsout[] = {34,35,32,33,25,26};
|
const int pinsout[] = {23,22,19,18,5,4};
|
||||||
const int pinsout_length = 6;
|
const int pinsout_length = 6;
|
||||||
boolean pinsout_stat[6];
|
boolean pinsout_stat[6];
|
||||||
|
|
||||||
const int pinsin[] = {27,14,12,13};
|
const int pinsin[] = {21,17,16,0,2};
|
||||||
const int pinsin_length = 4;
|
const int pinsin_length = 5;
|
||||||
boolean pinsin_stat[4];
|
boolean pinsin_stat[5];
|
||||||
|
|
||||||
// server port
|
// server port
|
||||||
WiFiServer server(80);
|
WiFiServer server(80);
|
||||||
|
Loading…
Reference in New Issue
Block a user