Skip to content

Commit

Permalink
release: disable LX01, add base version for L09B (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Dec 18, 2024
1 parent abea03a commit d553be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
model: [lx01, lx06, l09a, l09b]
model: [lx06, l09a, l09b]
uses: ./.github/workflows/build-packages.yaml
with:
model: ${{ matrix.model }}
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [lx01, lx06, l09a, l09b]
model: [lx06, l09a, l09b]
env:
MODEL: ${{ matrix.model }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Everything powered by Open Source Software!
| ![L06A - supported][L06A] | Xiaoai Speaker (white, no infrared) | 1.74.10 (build as LX06) |
| ![LX01 - supported][LX01] | Xiaomi Mi AI Speaker Mini | 1.32.6 |
| ![L09A - supported][L09A] | Xiaoai Speaker Art (China, white) | 1.76.4 |
| ![L09B - supported][L09B] | Xiaoai Speaker Art Battery (Black) | |
| ![L09B - supported][L09B] | Xiaoai Speaker Art Battery (Black) | 1.69.54 (untested) |
| ![L09G - not supported][L09G] | Xiaomi Mi Smart Speaker (Global, Google Assistant) | |
| ![LX05 - encrypted, supported][LX05] | Xiaoai Speaker Play | |
| ![L05B - not supported][L05B] | Xiaoai Speaker Play Enhanced Edition, no Clock LED (NuttX) - [details](https://github.com/duhow/xiaoai-patch/issues/19) | |
Expand Down

0 comments on commit d553be5

Please sign in to comment.