Skip to content

Commit

Permalink
Merge pull request #166 from BlueAndi/bugfix/7.2.x
Browse files Browse the repository at this point in the history
Bugfix for the esp32 RMT false positive report
  • Loading branch information
BlueAndi committed May 16, 2024
2 parents 3780ad6 + aac9786 commit 69929fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/display.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v7.2.2"
"version": "v7.2.3"
}
2 changes: 1 addition & 1 deletion doc/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/HalLedMatrix/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}, {
"owner": "makuna",
"name": "NeoPixelBus",
"version": "~2.7.3"
"version": "~2.8.0"
}],
"frameworks": "*",
"platforms": "*"
Expand Down

0 comments on commit 69929fc

Please sign in to comment.