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:
@@ -620,6 +620,8 @@ const options = mkOptions(OPTIONS, {
|
||||
label: opt(true),
|
||||
},
|
||||
network: {
|
||||
truncation: opt(true),
|
||||
truncation_size: opt(7),
|
||||
label: opt(true),
|
||||
},
|
||||
bluetooth: {
|
||||
|
||||
Reference in New Issue
Block a user