Updating the starting AP timeout related to the issue #28
This commit is contained in:
parent
67c23c29bc
commit
fe44227a8c
@ -60,7 +60,7 @@ export default {
|
||||
generate_ap: function() {
|
||||
clearInterval(this.interval)
|
||||
this.ssid_name = false
|
||||
axios.get(`/api/network/ap/start`, { timeout: 30000 })
|
||||
axios.get(`/api/network/ap/start`, { timeout: 70000 })
|
||||
.then(response => (this.show_ap(response.data)))
|
||||
},
|
||||
show_ap: function(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user