Skip to content

Commit

Permalink
Merge pull request #31 from sensebox/fix/dust-serial
Browse files Browse the repository at this point in the history
fix: remove unused Serial.begin
  • Loading branch information
felixerdy authored Jun 11, 2024
2 parents c3169fd + 03afd10 commit b9e41a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions senseBox-bike-atrai-v2/src/sensors/DustSensor/DustSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ void DustSensor::initSensor()
uint8_t auto_clean_days = 4;
uint32_t auto_clean;

Serial.begin(9600);
delay(2000);

sensirion_i2c_init();

while (sps30_probe() != 0)
Expand Down

0 comments on commit b9e41a3

Please sign in to comment.