Skip to content

Commit aa9643b

Browse files
committed
Switch serial pins on ESP8266 to D6, D7
D8 is used to control the boot process so flashing the board when the sensor is connected becomes difficult
1 parent 4a2cc12 commit aa9643b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hackair.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
// Shield pins
3434
#ifdef ESP8266
35-
#define PIN_SERIAL_TX D7
36-
#define PIN_SERIAL_RX D8
35+
#define PIN_SERIAL_TX D6
36+
#define PIN_SERIAL_RX D7
3737
#else
3838
#define PIN_SERIAL_TX 7
3939
#define PIN_SERIAL_RX 8

0 commit comments

Comments
 (0)