Skip to content

Commit 41b65e2

Browse files
committed
code cleaning
1 parent 566b291 commit 41b65e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ dht11 sensor;
88

99
// initialize the library with the numbers of the interface pins
1010
LiquidCrystal lcd(7, 8, 9, 10, 11, 12);
11+
12+
// ESP TX => Uno Pin 2
13+
// ESP RX => Uno Pin 3
1114
SoftwareSerial wifi(2, 3);
1215

1316
void setup() {

0 commit comments

Comments
 (0)