Skip to content

Commit 3ce2fd0

Browse files
Merge pull request #64 from ESP32Async/generic-rtl8710bn-2mb-788k
Remove support for Libretiny generic-rtl8710bn-2mb-788k
2 parents 3a54a5c + 37b37a3 commit 3ce2fd0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080

8181
- env: ci-arduino-libretiny
8282
board: generic-bk7231n-qfn32-tuya
83-
- env: ci-arduino-libretiny
84-
board: generic-rtl8710bn-2mb-788k
83+
# - env: ci-arduino-libretiny
84+
# board: generic-rtl8710bn-2mb-788k
8585

8686
steps:
8787
- name: Checkout

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
3333
[env:arduino-libretiny]
3434
platform = libretiny
3535
board = generic-bk7231n-qfn32-tuya
36+
; board = generic-rtl8710bn-2mb-788k
3637
build_flags =
3738
${env.build_flags}
3839
-Wno-unused-parameter

0 commit comments

Comments
 (0)