Skip to content

Commit

Permalink
Merge pull request #480 from openxc/next
Browse files Browse the repository at this point in the history
Merge next into master for 8.2.1 release
  • Loading branch information
GenoJAFord committed Aug 12, 2021
2 parents 7510a54 + 917fa01 commit 4c3d416
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.mkd
@@ -1,4 +1,7 @@
# OpenXC Vehicle Interface Firmware Changelog
## v8.2.1
* Fix: Bootstrap fix

## v8.2.0
* Removed: Removed messagepack format support
* Feature: get_vin command added and is accessible from openxc-control python and from Android and iOS clients
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

.. image:: /docs/_static/logo.png

:Version: 8.2.0
:Version: 8.2.1
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '8.2.0'
version = '8.2.1'
# The full version, including alpha/beta/rc tags.
release = '8.2.0'
release = '8.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

.. image:: /_static/logo.png

:Version: 8.2.0
:Version: 8.2.1
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
1 change: 1 addition & 0 deletions script/bootstrap/common.sh
Expand Up @@ -234,6 +234,7 @@ pre-configured Vagrant environment. See the docs for more information."
if ! command -v pip3 >/dev/null 2>&1; then
_install python3-pip
$SUDO_CMD ln -s /usr/bin/pip3 /usr/bin/pip
$SUDO_CMD pip install --upgrade pip
fi

PIP_SUDO_CMD=
Expand Down
2 changes: 1 addition & 1 deletion src/config.cpp
Expand Up @@ -118,7 +118,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
openxc::config::Configuration* openxc::config::getConfiguration() {
static openxc::config::Configuration CONFIG = {
messageSetIndex: 0,
version: "8.2.0",
version: "8.2.1",
dummyVin: "Failed to get VIN temporary VIN is :00000000123456789",
platform: PLATFORM,
environmentMode: ENVIRONMENT_MODE,
Expand Down

0 comments on commit 4c3d416

Please sign in to comment.