If on-any-high is true, the ESP32 will wake up if any pin in the mask is high.
If on-any-high is false, then the behavior depends on the chip. An ESP32 will wake up if *all* pins in the mask are low. All other chips wake up if *any* pin in the mask is low.