habeIchVergessen / ESP-1wire-WLAN-Gateway

1-wire library for ESP8266
11 stars 2 forks source link

DeepSleep mode for ESP01 #21

Open Dusudest opened 3 years ago

Dusudest commented 3 years ago

Hello and well done for your project. I am using your firmware v0.4 for my ds2423 based watercounter multisensor project. I would just like to know if it is possible to add the deepSleep mode function to the project? Where I can place the code in our .ino file? Thank you.

habeIchVergessen commented 3 years ago

never played with deep sleep. in my mind it restarts with a call of setup() again. maybe it's possible to detect the deep sleep wakeup.