Seeed-Studio / Grove_Human_Presence_Sensor

Library for the Grove - Human Presence Sensor
MIT License
6 stars 3 forks source link

remove default declaration from PresenceDetector implementation #1

Closed stetro closed 5 years ago

stetro commented 5 years ago

I removed the duplicate default parameter declaration in the implementation of PresenceDetector. With this, this library can be used in platformIO on esp32. (the declaration was redundant anyway)