feat(esp-modem): Add exit PPP in example

This commit is contained in:
Jonathan Dreyer
2022-06-14 23:22:06 +02:00
parent b8d1e58778
commit 290197c210
2 changed files with 16 additions and 0 deletions

View File

@ -61,4 +61,10 @@ menu "Example Configuration"
help
HTTPS address of the update binary.
config EXAMPLE_CLOSE_CMUX_AT_END
bool "Close multiplexed mode at the end of the example"
default n
help
Close the multiplexed mode at the end of the example and rollback to command mode.
endmenu