Skip to content

Commit b3409cf

Browse files
committed
fix: missing side and password
1 parent c70a395 commit b3409cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

installer/config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,16 @@ export const elements = [
7979
label: "FIAT Decimal Places",
8080
type: "text",
8181
},
82+
{
83+
name: "config_wifi_ssid",
84+
value: "",
85+
label: "WiFi SSID",
86+
type: "text",
87+
},
88+
{
89+
name: "config_wifi_password",
90+
value: "",
91+
label: "WiFi Password",
92+
type: "text",
93+
},
8294
];

0 commit comments

Comments
 (0)