Deepsleep ESP32-S2F

Hello,
I tried to enter esp32 in Deepsleep mode via the pin33, it works very well with a nodeMCU esp32S with this :
<esp_deep_sleep_start();>
and wake up with this :
<esp_sleep_enable_ext0_wakeup(GPIO_NUM_33,LOW);>

But when I use a ESP32-S2F (wemos mini) the sleep is working but the wake up doesn't work, it stay sleeping until I reboot it.

Is there a way to wake up an esp32-s2 with a button ?
Thank you :slight_smile: