能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
596 B

  1. name=ESP_DoubleResetDetector
  2. version=1.3.1
  3. author=Khoi Hoang
  4. maintainer=Khoi Hoang <khoih.prog@gmail.com>
  5. license=MIT
  6. sentence=Library to detect a double reset within a predetermined time, using RTC Memory, EEPROM, LittleFS or SPIFFS for ESP8266 and ESP32
  7. paragraph=An alternative start-up mode can be used. One example use is to allow re-configuration of device WiFi credentials. Now supporting ESP32_C3, ESP32_S2 ans ESP32_S3
  8. category=Device Control
  9. url=https://github.com/khoih-prog/ESP_DoubleResetDetector
  10. architectures=esp8266,esp32
  11. includes=ESP_DoubleResetDetector.h
  12. depends=LittleFS_esp32