Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 40a306c9e1 - Show all commits

View File

@ -141,7 +141,7 @@ class Wifi {
return _cb(err) return _cb(err)
} }
console.log('Wifi refreshed') console.log('Wifi refreshed')
_cb(null, { ssid : ssid, pwd : pwd.length }) _cb(null, { ssid : _ssid })
_cb = () => {} _cb = () => {}
} }
/** /**