From d553be509f3dc67222ab29492c343f946322954a Mon Sep 17 00:00:00 2001 From: duhow Date: Wed, 18 Dec 2024 18:07:49 +0100 Subject: [PATCH] release: disable LX01, add base version for L09B (untested) --- .github/workflows/build-release.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 08854cd..e2428b9 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -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 }} @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - model: [lx01, lx06, l09a, l09b] + model: [lx06, l09a, l09b] env: MODEL: ${{ matrix.model }} steps: diff --git a/README.md b/README.md index d26f295..699b4e2 100644 --- a/README.md +++ b/README.md @@ -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) | |