Skip to content
Snippets Groups Projects
Commit 59b6480e authored by thiebolt's avatar thiebolt
Browse files

update

parent c5a8bcbf
Branches
Tags
No related merge requests found
...@@ -283,8 +283,8 @@ void setup() { ...@@ -283,8 +283,8 @@ void setup() {
*/ */
#ifdef DEBUG_SERIAL #ifdef DEBUG_SERIAL
delay(50); delay(50);
pms.passiveMode();delay(50); //pms.passiveMode();delay(50);
pms.wakeUp();delay(50); //pms.wakeUp();delay(50);
pms.activeMode();delay(50); pms.activeMode();delay(50);
Serial.println(F("\n[PMS5003] PMS is active ..."));Serial.flush(); Serial.println(F("\n[PMS5003] PMS is active ..."));Serial.flush();
delay(5000); delay(5000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment