Skip to content

Commit 31eb6ea

Browse files
Magpie Embeddedpaulober
authored andcommitted
Add kconfig net shell to wifi shell option by default
1 parent ea4b734 commit 31eb6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/webview/newZephyrProjectPanel.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ const shellI2CKconfig: string = "CONFIG_I2C_SHELL=y";
116116
const shellGPIOKconfig: string = "CONFIG_GPIO_SHELL=y";
117117
const shellSensorKconfig: string = "CONFIG_SENSOR_SHELL=y";
118118
const shellWifiKconfig: string = `CONFIG_WIFI_LOG_LEVEL_ERR=y
119-
CONFIG_NET_L2_WIFI_SHELL=y`;
119+
CONFIG_NET_L2_WIFI_SHELL=y
120+
CONFIG_NET_SHELL=y`;
120121

121122
export class NewZephyrProjectPanel {
122123
public static currentPanel: NewZephyrProjectPanel | undefined;

0 commit comments

Comments
 (0)