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.
1 parent ea4b734 commit 31eb6eaCopy full SHA for 31eb6ea
src/webview/newZephyrProjectPanel.mts
@@ -116,7 +116,8 @@ const shellI2CKconfig: string = "CONFIG_I2C_SHELL=y";
116
const shellGPIOKconfig: string = "CONFIG_GPIO_SHELL=y";
117
const shellSensorKconfig: string = "CONFIG_SENSOR_SHELL=y";
118
const shellWifiKconfig: string = `CONFIG_WIFI_LOG_LEVEL_ERR=y
119
-CONFIG_NET_L2_WIFI_SHELL=y`;
+CONFIG_NET_L2_WIFI_SHELL=y
120
+CONFIG_NET_SHELL=y`;
121
122
export class NewZephyrProjectPanel {
123
public static currentPanel: NewZephyrProjectPanel | undefined;
0 commit comments