logging files and set to 2000 in 5vv
This commit is contained in:
@@ -432,7 +432,7 @@ module.exports = new Vue({
|
||||
try {
|
||||
await api.put("config/save", this.config);
|
||||
if(selected_tool == "pwncnc-vfd" && saveModbus){
|
||||
setTimeout(() => this.state['5vv'] = 6,1000);
|
||||
setTimeout(() => this.state['5vv'] = 6, 2000);
|
||||
}
|
||||
this.modified = false;
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user