Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.8.0 to add many updates
Browse files Browse the repository at this point in the history
### Releases v1.8.0

1. Update to be compatible with new `FlashStorage_SAMD`, `FlashStorage_STM32` and `FlashStorage_STM32F1` libraries.
2. Use more efficient `FlashStorage_STM32` and `FlashStorage_STM32F1` libraries for STM32
3. Add support to more `SAMD` and `STM32` boards
4. Update `Packages' Patches`
  • Loading branch information
khoih-prog committed Jan 26, 2022
1 parent 8b26d68 commit 24edae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiResetDetector_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#define MultiResetDetector_Generic_H

#ifndef MULTIRESETDETECTOR_GENERIC_VERSION
#define MULTIRESETDETECTOR_GENERIC_VERSION "DoubleResetDetector_Generic v1.8.0"
#define MULTIRESETDETECTOR_GENERIC_VERSION "MultiResetDetector_Generic v1.8.0"

#define MULTIRESETDETECTOR_GENERIC_VERSION_MAJOR 1
#define MULTIRESETDETECTOR_GENERIC_VERSION_MINOR 8
Expand Down

0 comments on commit 24edae9

Please sign in to comment.