Skip to content

Commit

Permalink
[nrf fromlist] drivers: modem_cellular: fine tune nRF91's shutdown_time
Browse files Browse the repository at this point in the history
Upstream PR: zephyrproject-rtos/zephyr#69288

A shutdown lasting more than 5 seconds was experienced.

Signed-off-by: Tomi Fontanilles <[email protected]>
(cherry picked from commit f7718c3)
  • Loading branch information
tomi-font authored and jfischer-no committed Feb 29, 2024
1 parent 53f95da commit 4c36459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/modem/modem_cellular.c
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ MODEM_CHAT_SCRIPT_DEFINE(nordic_nrf91_slm_periodic_chat_script,
.power_pulse_duration_ms = 100, \
.reset_pulse_duration_ms = 100, \
.startup_time_ms = 2000, \
.shutdown_time_ms = 3000, \
.shutdown_time_ms = 10000, \
.init_chat_script = &nordic_nrf91_slm_init_chat_script, \
.dial_chat_script = &nordic_nrf91_slm_dial_chat_script, \
.periodic_chat_script = &nordic_nrf91_slm_periodic_chat_script, \
Expand Down

0 comments on commit 4c36459

Please sign in to comment.