Network module rework (#48)

* Fixes #45 - Reworked the network module to be more responsive and added ssid truncation configuration.

* Added truncation options in the defaults.
This commit is contained in:
Jas Singh
2024-07-30 21:51:36 -07:00
committed by GitHub
parent 26f61ed513
commit aae22bef5e
4 changed files with 47 additions and 50 deletions

View File

@@ -620,6 +620,8 @@ const options = mkOptions(OPTIONS, {
label: opt(true),
},
network: {
truncation: opt(true),
truncation_size: opt(7),
label: opt(true),
},
bluetooth: {