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 f419bcd36e - Show all commits

View File

@ -48,7 +48,7 @@ function releaseTest () {
} }
function microTest () { function microTest () {
const PIN = 5 const PIN = 6
const btn = Gpio(PIN, 'in', 'both') const btn = Gpio(PIN, 'in', 'both')
console.log(`Watching input on GPIO 0${PIN}`) console.log(`Watching input on GPIO 0${PIN}`)
let saveTime = 0 let saveTime = 0