File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# OpenXC Vehicle Interface Firmware Changelog
22
3- ## v7.0.1-dev
3+ ## v7.0.1
4+
5+ * Fix: Delay at startup to allow timers to stabilize, to avoid shutting down too
6+ soon when using OBD2_IGNITION_CHECK power mode with DEBUG=0;
47
58## v7.0.0
69
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: 7.0.1-dev
7+ :Version: 7.0.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 5151# The short X.Y version.
5252version = '7.0.1'
5353# The full version, including alpha/beta/rc tags.
54- release = '7.0.1-dev '
54+ release = '7.0.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: 7.0.1-dev
7+ :Version: 7.0.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 1- -e git+https://github.com/ openxc/openxc-python.git@next#egg=openxc
1+ openxc==0.12.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ static void initialize(openxc::config::Configuration* config) {
2323openxc::config::Configuration* openxc::config::getConfiguration () {
2424 static openxc::config::Configuration CONFIG = {
2525 messageSetIndex: 0 ,
26- version: " 7.0.1-dev " ,
26+ version: " 7.0.1" ,
2727 payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
2828 recurringObd2Requests: DEFAULT_RECURRING_OBD2_REQUESTS_STATUS,
2929 obd2BusAddress: DEFAULT_OBD2_BUS,
You can’t perform that action at this time.
0 commit comments