From 37b37a371162742cf839e214a722de45379cc2b6 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sun, 1 Jun 2025 14:13:27 +0200 Subject: [PATCH] Remove support for LIbretiny generic-rtl8710bn-2mb-788k --- .github/workflows/ci.yml | 4 ++-- platformio.ini | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f86d7f7b..d40bbae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,8 +80,8 @@ jobs: - env: ci-arduino-libretiny board: generic-bk7231n-qfn32-tuya - - env: ci-arduino-libretiny - board: generic-rtl8710bn-2mb-788k + # - env: ci-arduino-libretiny + # board: generic-rtl8710bn-2mb-788k steps: - name: Checkout diff --git a/platformio.ini b/platformio.ini index 2efb7043..03f67042 100644 --- a/platformio.ini +++ b/platformio.ini @@ -33,6 +33,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/ [env:arduino-libretiny] platform = libretiny board = generic-bk7231n-qfn32-tuya +; board = generic-rtl8710bn-2mb-788k build_flags = ${env.build_flags} -Wno-unused-parameter