能源管控程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

13 rader
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