We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a54a5c + 37b37a3 commit 3ce2fd0Copy full SHA for 3ce2fd0
.github/workflows/ci.yml
@@ -80,8 +80,8 @@ jobs:
80
81
- env: ci-arduino-libretiny
82
board: generic-bk7231n-qfn32-tuya
83
- - env: ci-arduino-libretiny
84
- board: generic-rtl8710bn-2mb-788k
+ # - env: ci-arduino-libretiny
+ # board: generic-rtl8710bn-2mb-788k
85
86
steps:
87
- name: Checkout
platformio.ini
@@ -33,6 +33,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
33
[env:arduino-libretiny]
34
platform = libretiny
35
board = generic-bk7231n-qfn32-tuya
36
+; board = generic-rtl8710bn-2mb-788k
37
build_flags =
38
${env.build_flags}
39
-Wno-unused-parameter
0 commit comments