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
49 stars 18 forks source link

library.json has a missing comma #6

Closed moser88704 closed 4 years ago

moser88704 commented 4 years ago

last lines of library.json should be:

... "frameworks": "arduino", "platforms": "espressif", "examples": "examples/*/*/*.ino" }

with a comma after "expressif"

khoih-prog commented 4 years ago

Hi @moser88704

Thanks. Already fixed the mistake.