pesor / TTGO-T-HIGrow

The extremely good plant sensor named LILYGO TTGO-T-HIGrow, is here integrated into Home Assistant, via MQTT messages, that can be Autodiscovered, via the belonging Python program. The program supports both DHT sensors, the new BME280 sensor and the external soil temperature sensor.
https://github.com/pesor/TTGO-T-HIGrow
MIT License
70 stars 35 forks source link

Wakup button support #12

Open norbi72 opened 3 years ago

norbi72 commented 3 years ago

Hi pesor,

Is it possible to use the builtin "wakup" button? It's only 1 line in go-to-deep-sleep.h

esp_sleep_enable_ext0_wakeup(GPIO_NUM_35, LOW);

Thanks: Norbert

pesor commented 3 years ago

Will look into it, in next release.

Maaciej commented 2 years ago

Found the same minutes ago.