XIAO ESP32C6 using MicroPython - the external Wakeup Pin is broken after DEEPSLEEP

Correction:

MicroPython v1.26.1 on 2025-09-11; ESP32C6 module with ESP32C6
Type “help()” for more information.

import esp32
esp32.gpio_deep_sleep_hold(False)
Traceback (most recent call last):
File “”, line 1, in
AttributeError: ‘module’ object has no attribute ‘gpio_deep_sleep_hold’

Regards, Morris