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

Fixed delays causing not to achieve low power after deepsleep #255

Open
wants to merge 1 commit into
base: release-candidate
Choose a base branch
from

Commits on Feb 1, 2019

  1. Fixed delays causing not to achieve low power after deepsleep

    esp32/lteppp.h:	added new machine state E_LTE_DEINIT
    esp32/lteppp.c:	removed disabling PSM
    		lteppp_deinit() changes lte state to E_LTE_DEINIT
    		lteppp_deinit() removed sending setlpm command before disabling UART. This caused the state machine to wait for a response from modem and timeout, resulting in a delay.
    esp32/modlte.c:
    		removed disabling PSM
    		removed sending setlpm command before lteppp_deinit(). Sending commands to modem before disabling UART cause delays.
    aris committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    5b3c89f View commit details
    Browse the repository at this point in the history