Updating the starting AP timeout related to the issue #28

This commit is contained in:
Félix Aime 2020-12-29 11:07:41 +01:00
parent 67c23c29bc
commit fe44227a8c

View File

@ -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) {