summaryrefslogtreecommitdiff
path: root/sensor/thermostat.ino
Commit message (Collapse)AuthorAge
* full reboot on watchdogdakkar2019-03-20
|
* fix serial commsdakkar2019-03-20
| | | | the internal IDF logging is at 115200, let's all write at the same speed
* these pins work on the ttgo/featherdakkar2019-03-02
|
* log via serialdakkar2019-03-02
|
* define pins & read battery leveldakkar2019-03-02
|
* no more displaydakkar2019-03-02
|
* uni-init BLE before sleepingdakkar2018-08-03
|
* don't print from callback, there's racesdakkar2018-08-03
|
* move stuff to setup() & teardowndakkar2018-08-03
|
* factor power settingsdakkar2018-04-20
|
* more power, more reliabilitydakkar2018-04-20
|
* add a watchdogdakkar2018-04-20
|
* turn off sensor while sleepingdakkar2018-04-20
|
* factor out sleep timesdakkar2018-04-20
|
* use standard BLE librarydakkar2018-04-20
| | | | I had added the error return, but it's useless
* handle exceptions from BLEdakkar2018-04-20
|
* don't stall if dht times outdakkar2018-04-20
|
* on BLE connect error, print error and retry in a bitdakkar2018-04-20
|
* fake DHT11 readingdakkar2018-04-03
| | | | | it may be a problem with my soldering, but the sensor can't be read, so I'll fake it for now while I test the BLE part
* show more progress infodakkar2018-04-03
|
* trying to do BLEdakkar2018-04-02
|
* move into subdirdakkar2018-03-23