From 1a365b24e38fadb0e144ce80a53e0da87c12480a Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Sun, 28 Apr 2024 23:56:04 +0200 Subject: [PATCH 1/2] This NeoPixelBus release contains the bugfix for the esp32 RMT false positive error report. #164 --- config/display.ini | 4 ++-- lib/HalLedMatrix/library.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/display.ini b/config/display.ini index 43e76018..33f40728 100644 --- a/config/display.ini +++ b/config/display.ini @@ -17,7 +17,7 @@ build_flags = lib_deps_builtin = HalLedMatrix lib_deps_external = - makuna/NeoPixelBus @ ~2.7.5 + makuna/NeoPixelBus @ ~2.8.0 lib_ignore_builtin = HalTftDisplay lib_ignore_external = @@ -34,7 +34,7 @@ build_flags = lib_deps_builtin = HalLedMatrix lib_deps_external = - makuna/NeoPixelBus @ ~2.7.5 + makuna/NeoPixelBus @ ~2.8.0 lib_ignore_builtin = HalTftDisplay lib_ignore_external = diff --git a/lib/HalLedMatrix/library.json b/lib/HalLedMatrix/library.json index d87b18bc..a7822a1b 100644 --- a/lib/HalLedMatrix/library.json +++ b/lib/HalLedMatrix/library.json @@ -18,7 +18,7 @@ }, { "owner": "makuna", "name": "NeoPixelBus", - "version": "~2.7.3" + "version": "~2.8.0" }], "frameworks": "*", "platforms": "*" From aac9786f11c4361cc2e47f0d5ebd8e38bb6973a3 Mon Sep 17 00:00:00 2001 From: BlueAndi Date: Thu, 16 May 2024 00:37:34 +0200 Subject: [PATCH 2/2] Bump version to v7.2.3 --- data/version.json | 2 +- doc/doxygen/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/version.json b/data/version.json index 846adf8b..b53e40e1 100644 --- a/data/version.json +++ b/data/version.json @@ -1,3 +1,3 @@ { - "version": "v7.2.2" + "version": "v7.2.3" } \ No newline at end of file diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index a5069f63..6ab31ac8 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = Pixelix # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v7.2.2 +PROJECT_NUMBER = v7.2.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a