We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566b291 commit 41b65e2Copy full SHA for 41b65e2
src/main.ino
@@ -8,6 +8,9 @@ dht11 sensor;
8
9
// initialize the library with the numbers of the interface pins
10
LiquidCrystal lcd(7, 8, 9, 10, 11, 12);
11
+
12
+// ESP TX => Uno Pin 2
13
+// ESP RX => Uno Pin 3
14
SoftwareSerial wifi(2, 3);
15
16
void setup() {
0 commit comments