diff --git a/content/firmwareapi/pycom/machine/pygate.md b/content/firmwareapi/pycom/machine/pygate.md index 7d0c8e1..ad0c37e 100644 --- a/content/firmwareapi/pycom/machine/pygate.md +++ b/content/firmwareapi/pycom/machine/pygate.md @@ -32,7 +32,7 @@ Resets the Pygate and inserted development module (including the LTE modem, if p `machine.PYGATE_STOP_EVT` - `machine.MP_QSTR_PYGATE_ERROR_EVT` + `machine.PYGATE_ERROR_EVT` - `handler`: The callback function to be called. When not passed to function, any pre-registered callback will be disabled/removed. @@ -40,4 +40,4 @@ Resets the Pygate and inserted development module (including the LTE modem, if p ### machine.events() -Get the Pygate events \ No newline at end of file +Get the Pygate events