We're running IDF v.4.3.5 with good results and was wondering about the following statement, that appeared in the v.4.4.x version of the documentation for esp-idf:
On ESP32, touch wakeup source can not be used when RTC_PERIPH power domain is forced to be powered on (ESP_PD_OPTION_ON) or when ext0 wakeup source is used.
However, we've been using ext0 wakeup to detect when on the charger and touch wake up via 5 touch pads at the same time. It seems to be working fine.
Is the above statement a valid limitation on 4.4.x.?