From 1c95a08135022b886ce35c809a0a6c0ed4939e6c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:52:17 -0400 Subject: [PATCH] v1.7.1 for Portenta_H7 LittleFS size to 1024KB ### Releases v1.7.1 1. Change the default and minimum LITTLEFS_PORTENTA_H7_SIZE_KB to 1024KB, instead at maximum available size. This is done to avoid the cases where the code size is larger, and LittleFS size has to be changed, reformatted, leading to data loss. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index ce9dbf8..a50fb6c 100644 --- a/library.properties +++ b/library.properties @@ -4,7 +4,7 @@ author=Khoi Hoang maintainer=Khoi Hoang license=MIT sentence=Library to detect a multi reset, using EEPROM, DueFlashStorage, FlashStorage_SAMD, FlashStorage_RTL8720, FlashStorage_STM32 or LittleFS/InternalFS. For AVR, Teensy, SAM DUE, SAMD, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO, RTL8720DN, MBED nRF52840-based Nano_33_BLE, Portenta_H7, etc. boards. Now using efficient FlashStorage_STM32 library and supporting new RP2040-based Nano_RP2040_Connect, RASPBERRY_PI_PICO and STM32 core v2.0.0 -paragraph=An alternative start-up mode can be used. One example is to allow re-configuration of device's Blynk and/or WiFi, MQTT, ThingStream Credentials. +paragraph=An alternative start-up mode can be used. One example is to allow re-configuration of device Blynk and/or WiFi, MQTT, ThingStream Credentials. category=Device Control url=https://github.com/khoih-prog/MultiResetDetector_Generic architectures=*