fixed a setting problem

This commit is contained in:
DJ2LS 2023-07-04 06:41:56 +02:00
parent 2a1b10a214
commit 6f8c5bf7c6

View file

@ -102,7 +102,7 @@ const configDefaultSettings =
"tx_delay" : 0, \ "tx_delay" : 0, \
"auto_start": 0, \ "auto_start": 0, \
"enable_sys_notification": 1, \ "enable_sys_notification": 1, \
"enable_mesh_features": 0 \ "enable_mesh_features": "False" \
}'; }';
if (!fs.existsSync(configPath)) { if (!fs.existsSync(configPath)) {