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

Commit

Permalink
v1.7.0 to add support to Portenta_H7
Browse files Browse the repository at this point in the history
### Major Releases v1.7.0

1. Add support to **Portenta_H7** using [**Arduino mbed_portenta core**](https://github.com/arduino/ArduinoCore-mbed).
2. Update `Packages' Patches` for **Portenta_H7**
  • Loading branch information
khoih-prog authored Sep 10, 2021
1 parent 1c462ea commit 8914e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoubleResetDetector_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef DoubleResetDetector_Generic_H
#define DoubleResetDetector_Generic_H

#define DOUBLERESETDETECTOR_GENERIC_VERSION "DoubleResetDetector_Generic v1.6.0"
#define DOUBLERESETDETECTOR_GENERIC_VERSION "DoubleResetDetector_Generic v1.7.0"

#if ( defined(ESP32) || defined(ESP8266) )
#error Please use ESP_DoubleResetDetector library (https://github.com/khoih-prog/ESP_DoubleResetDetector) for ESP8266 and ESP32!
Expand Down

0 comments on commit 8914e82

Please sign in to comment.