File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# OpenXC Vehicle Interface Firmware Changelog
2+ ## v8.2.1
3+ * Fix: Bootstrap fix
4+
25## v8.2.0
36* Removed: Removed messagepack format support
47* Feature: get_vin command added and is accessible from openxc-control python and from Android and iOS clients
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44
55.. image :: /docs/_static/logo.png
66
7- :Version: 8.2.0
7+ :Version: 8.2.1
88:Web: http://openxcplatform.com
99:Documentation: http://vi-firmware.openxcplatform.com
1010:Source: http://github.com/openxc/vi-firmware
Original file line number Diff line number Diff line change 4949# built documents.
5050#
5151# The short X.Y version.
52- version = '8.2.0 '
52+ version = '8.2.1 '
5353# The full version, including alpha/beta/rc tags.
54- release = '8.2.0 '
54+ release = '8.2.1 '
5555
5656# The language for content autogenerated by Sphinx. Refer to documentation
5757# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44
55.. image :: /_static/logo.png
66
7- :Version: 8.2.0
7+ :Version: 8.2.1
88:Web: http://openxcplatform.com
99:Documentation: http://vi-firmware.openxcplatform.com
1010:Source: http://github.com/openxc/vi-firmware
Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ pre-configured Vagrant environment. See the docs for more information."
234234 if ! command -v pip3 > /dev/null 2>&1 ; then
235235 _install python3-pip
236236 $SUDO_CMD ln -s /usr/bin/pip3 /usr/bin/pip
237+ $SUDO_CMD pip install --upgrade pip
237238 fi
238239
239240 PIP_SUDO_CMD=
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
118118openxc::config::Configuration* openxc::config::getConfiguration () {
119119 static openxc::config::Configuration CONFIG = {
120120 messageSetIndex: 0 ,
121- version: " 8.2.0 " ,
121+ version: " 8.2.1 " ,
122122 dummyVin: " Failed to get VIN temporary VIN is :00000000123456789" ,
123123 platform: PLATFORM,
124124 environmentMode: ENVIRONMENT_MODE,
You can’t perform that action at this time.
0 commit comments