Update src.ino
This commit is contained in:
parent
3f62c228af
commit
a73b206531
|
|
@ -51,6 +51,8 @@ void setup() {
|
|||
|
||||
Serial.begin(115200);
|
||||
|
||||
homeSpan.setControlPin(21);
|
||||
|
||||
homeSpan.setLogLevel(2)
|
||||
.setStatusPin(13);
|
||||
// homeSpan.setSerialInputDisable(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue