khoih-prog / ESP_DoubleResetDetector

ESP_DoubleResetDetector is a library for the ESP32/ESP8266 Arduino platform to enable trigger configure mode by resetting twice.
MIT License
48 stars 18 forks source link

typo: <DoubleResetDetector.h> => <ESP_DoubleResetDetector.h> #1

Closed AlbanT closed 4 years ago

AlbanT commented 4 years ago

There seems to be a typo in ESP_DoubleResetDetector/examples/minimal/minimal.ino it refers to #include instead of #include

khoih-prog commented 4 years ago

Thanks for finding out the mistake. Already fixed in the master. Will include in the future version.