File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ declare_args() {
43
43
# Disable AWS SDK OTA by default
44
44
aws_sdk_ota = false
45
45
46
- # Disable UART log forwarding by default
47
- sl_uart_log_output = false
48
-
49
46
# Self-provision enabled
50
47
use_provision_channel = false
51
48
}
@@ -69,7 +66,6 @@ if (silabs_board == "BRD4338A") {
69
66
silabs_family = " SiWx917-common"
70
67
silabs_mcu = " SiWG917M111MGTBA"
71
68
wifi_soc = true
72
- sl_uart_log_output = true
73
69
74
70
# EFR32 MG24 series ----------
75
71
} else if (silabs_board == " BRD4186A" || silabs_board == " BRD4187A" ) {
@@ -166,6 +162,9 @@ declare_args() {
166
162
# User can set this arg to false to skip the rps creation for WiFi SoCs.
167
163
# e.g. for CI
168
164
use_rps_extension = wifi_soc
165
+
166
+ # UART log forwarding enabled by default for 917 SoC
167
+ sl_uart_log_output = wifi_soc
169
168
}
170
169
171
170
# qr code cannot be true if lcd is disabled
You can’t perform that action at this time.
0 commit comments