diff options
author | mgiannikouris <mgiannikouris@crosschasm.com> | 2015-09-14 21:07:15 -0400 |
---|---|---|
committer | mgiannikouris <mgiannikouris@crosschasm.com> | 2015-09-14 21:07:15 -0400 |
commit | f67d16a46ea8c77ab614aff8060b2c7b2e9215ea (patch) | |
tree | 89db5e3c39d4d5e12bf361072a91d8d8700701a7 /JSON.mkd | |
parent | 0b778b66400f67417672dd1849f5b90daa32d8a6 (diff) |
json
Diffstat (limited to 'JSON.mkd')
-rw-r--r-- | JSON.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ the response will be `true`. The ModemConfigurationCommand message allows users to change certain aspects of modem operation on-the-fly (at runtime). The modem configuration settings are stored in flash memory and are untouched by the bootloader during a software update (assuming the correct cellular_c5 linker file is used during compilation of vi-firmware). Thus, new modem settings persistent across power cycles. -The ModemConfigurationCommand message provides three sub-messages for particular groups of modem settings. These are NetworkOperatorSettings, NetworkDataSettings, and ServerConnectSettings. These configuration messages are described in great detail within the [cellular_c5_config](vi-firmware/docs/advanced/cellular_c5_config.mkd) documentation. +The ModemConfigurationCommand message provides three sub-messages for particular groups of modem settings. These are NetworkOperatorSettings, NetworkDataSettings, and ServerConnectSettings. These configuration messages are described in great detail within the [cellular_c5_config](../vi-firmware/docs/advanced/cellular_c5_config.mkd) documentation. Currently, only the ServerConnectSettings sub-message is supported in the vi-firmware's command interpreter. All other settings are currently compile-time only. |