From b226152697d9404b7f656f6c609ffa42186dd4d1 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 28 May 2021 15:18:20 -0400 Subject: [PATCH] v1.3.0 to add support to Mbed RP2040-based boards ### Major Releases v1.3.0 1. Add support to RP2040-based boards, such as **Nano RP2040 Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed) and LittleFS. 1. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** v2.1.0+ core](https://github.com/arduino/ArduinoCore-mbed) and LittleFS. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 4f4e2d4..733beb9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MultiResetDetector_Generic -version=1.2.0 +version=1.3.0 author=Khoi Hoang maintainer=Khoi Hoang license=MIT