Skip to content

Commit e8e3ddd

Browse files
committed
Change back the faulty pin assignement in previous pull request.
1 parent 3a2cfbc commit e8e3ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialGateway/SerialGateway.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
//Gateway gw;
3939

4040
// To start gateway with include button and led blinking functionality enabled use this instead!
41-
Gateway gw(5, 6, INCLUSION_MODE_TIME, INCLUSION_MODE_PIN, 6, 5, 4);
41+
Gateway gw(9, 10, INCLUSION_MODE_TIME, INCLUSION_MODE_PIN, 6, 5, 4);
4242

4343

4444
char inputString[MAX_RECEIVE_LENGTH] = ""; // A string to hold incoming commands from serial/ethernet interface

0 commit comments

Comments
 (0)