Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 0cdc8e8

Browse files
committed
LTE: psm not possible inppp
1 parent d85d1f2 commit 0cdc8e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

esp32/mods/modlte.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,8 @@ static mp_obj_t lte_init_helper(lte_obj_t *self, const mp_arg_val_t *args) {
531531
}
532532

533533
STATIC mp_obj_t lte_psm(mp_uint_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
534+
lte_check_init();
535+
lte_check_inppp();
534536
mp_obj_t tuple[5];
535537
static const qstr psm_info_fields[] = {
536538
MP_QSTR_enabled,

0 commit comments

Comments
 (0)