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 3ce2fd0 + 6bda329 commit 4ffd517Copy full SHA for 4ffd517
2 files changed
.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
@@ -39,6 +39,9 @@ build_flags =
39
-Wno-unused-parameter
40
-Wno-unused-variable
41
-Wno-missing-field-initializers
42
+; use FreeRTOS v9.0.0 for RTL8710BN
43
+; (BK7231 already uses it)
44
+custom_versions.freertos = 9.0.0
45
46
; CI
47
@@ -62,3 +65,4 @@ build_flags =
62
65
63
66
64
67
68
0 commit comments