Skip to content

Commit

Permalink
using variable
Browse files Browse the repository at this point in the history
  • Loading branch information
9khil committed Nov 15, 2017
1 parent e20e34e commit b80353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion answers/lesson04/lesson04.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int sensorValue = 0;

void setup() {
Serial.begin(115200);
pinMode(A0, INPUT);
pinMode(MOISTURE_PIN, INPUT);

WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
Serial.print("connecting");
Expand Down

0 comments on commit b80353e

Please sign in to comment.