This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pry
/
EnergyMonitoring
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
能源管控程序
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.
6
Commits
1
Branch
1.3 MiB
C++
74.3%
C
20.9%
Shell
2.2%
HTML
1.7%
Ruby
0.4%
Other
0.4%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
EnergyMonitoring
/
.pio
/
libdeps
/
esp32doit-devkit-v1
/
ESP_DoubleResetDetector
/
changelog.md
2.7 KiB
Raw
Permalink
Blame
History
ESP_DoubleResetDetector
Table of Contents
Changelog
Releases v1.3.1
Releases v1.3.0
Releases v1.2.1
Releases v1.2.0
Releases v1.1.2
Releases v1.1.1
Releases v1.1.0
Releases v1.0.3
Releases v1.0.2
Releases v1.0.1
Changelog
Releases v1.3.1
Add waitingForDRD() function to signal in DRD wating period. Check
DRD is waiting for a double reset? #14
Add example
checkWaitingDRD
to demo how to use the new feature.
Releases v1.3.0
Add support to
ESP32_S3
using
ESP32 core, esp32-s3-support branch, v2.0.2+
Releases v1.2.1
Fix compile error for ESP32 core v1.0.5-
Releases v1.2.0
Auto detect ESP32 core and use either built-in LittleFS or
LITTLEFS
library
Update
library.json
to use new
headers
for PIO
Releases v1.1.2
Update
platform.ini
and
library.json
to use original
khoih-prog
instead of
khoih.prog
after PIO fix
Releases v1.1.1
Clean-up all compiler warnings possible.
Add Table of Contents
Modify Version String
Releases v1.1.0
Add support to LittleFS for ESP32 using
LITTLEFS
Library
Releases v1.0.3
Update to use the new LittleFS for ESP8266 core 2.7.1+
Update
minimal example
Releases v1.0.2
Fix bug by left-over cpp file.
Fix bug in example.
Enhance README.md
Releases v1.0.1
Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
Add SPIFFS support, besides EEPROM, for ESP32