NotQuiteAwake / smart-aircon

A smart system for air conditioners, built on Arduino.
MIT License
0 stars 0 forks source link

hardware.py issue #11

Closed NotQuiteAwake closed 5 years ago

NotQuiteAwake commented 5 years ago

when directly executed, hardware.py won't run properly because there are only four params (out of 8 required) at the line

run(init_state, nxt_time, expdt, tempRec)
NotQuiteAwake commented 5 years ago

Added.