From 3305267bd708729f75f8c156129c64d4f4feec5b Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Tue, 20 Feb 2024 11:24:11 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3f9bd3..48010a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - "linux" example renamed to "posix" since it also works on macOS +- UART: UART console cannot be toggled at runtime. It can only be disabled at compile-time via "menuconfig" + - Needed to use IDF-IDF v5.2 + - It might also fix Arduino Nano ESP32 [Github Issue #65][github_issue_65] + +[github_issue_65]: https://github.com/ricardoquesada/bluepad32/issues/65 ### Fixed - Pico W/Linux: string properties return default value instead of error.