From 39a05984ca208de880836ae4852be7f7e44ce83f Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 16 Oct 2022 12:19:08 +0200 Subject: [PATCH] Automatically resize FS to max flash size at initial boot (ESP32x) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05417e36a..523981f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ## [12.1.1.6] ### Added - Command ``WcClock 10..200`` set webcam clock in MHz. Default is 20 +- Automatically resize FS to max flash size at initial boot (ESP32x) ### Changed