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 9896bf1ad5 - Show all commits

View File

@ -34,7 +34,7 @@ class Wifi {
return callback(err) return callback(err)
} }
const lines = stdout.split('\n') const lines = stdout.split('\n')
const output = [] let output = []
let line let line
for (let l of lines) { for (let l of lines) {
line = l.replace('ESSID:', '').trim() line = l.replace('ESSID:', '').trim()