Skip to content

Commit 77718cf

Browse files
committed
and commit files for 0.5
1 parent 6af062c commit 77718cf

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OpenXC Message Format Changelog
22

3-
## v0.5.0-dev
3+
## v0.5.0
4+
5+
* Feature: Support for C5 Cellular device. New uptime message.
46

57
## v0.4
68

JSON.mkd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,11 @@ the response will be `true`.
373373

374374
{ "command_response": "predefined_obd2", "status": true}
375375

376-
### Celluar C5 Configuration
376+
### C5 Cellular Configuration
377377

378378
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.
379379

380-
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](https://github.com/openxc/vi-firmware/docs/advanced/cellular_c5_config.mkd) documentation.
380+
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 [c5_cellular_config](https://github.com/openxc/vi-firmware/docs/advanced/c5_cell_config.mkd) documentation.
381381

382382
Currently, only the ServerConnectSettings sub-message is supported in the vi-firmware's command interpreter. All other settings are currently compile-time only.
383383

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenXC Message Format Specification
22

3-
Version: v0.5.0-dev
3+
Version: v0.5.0
44

55
This specification is a part of the [OpenXC platform][OpenXC].
66

0 commit comments

Comments
 (0)