Skip to content

Commit 2ba7ce0

Browse files
committed
removed serial initialization (<1.3)
1 parent c146aa2 commit 2ba7ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/examples/DustSensor/DustSensor_SamYoung_DSM501.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void setup()
7676

7777
pinMode(DUST_SENSOR_DIGITAL_PIN_PM10,INPUT);
7878
pinMode(DUST_SENSOR_DIGITAL_PIN_PM25,INPUT);
79-
Serial.begin(115200);
79+
8080
}
8181

8282
void loop()

0 commit comments

Comments
 (0)