esp_modem: Added modem_console commands for deep-sleep and modem PSM.

This commit is contained in:
Abhik Roy
2022-10-06 22:34:21 +05:30
parent a9b5e66d0f
commit 85a2e25093
3 changed files with 159 additions and 12 deletions

View File

@ -163,4 +163,10 @@ menu "Example Configuration"
Buffer size of UART RX buffer.
endmenu
config EXAMPLE_MODEM_PWRKEY_PIN
int "PWRKEY Pin Number"
default 18
range 0 31
help
Pin number connected to modem's power key pin.
endmenu