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

View File

@ -91,7 +91,7 @@ function stepupTest () {
const bwd = Gpio(BWD, 'out')
console.log(`Setting pin ${FWD} high`)
fwd.set(1)
fwd.writeSync(1)
}
//releaseTest()