What's new in SDK 1.2.5.2
- Fixed a bug with the clock format in the SDK. Instead of day of month,
day of year was used. Now the date is correctly specified. The methods
VehiclePiProtocolParser.setClock(), VehiclePiProtocolParser.queryClock()
and VehiclePiProtocolParser.parseClock() now work as expected
- Worked around a bug in the Raspbian Linux serial driver that generates
a low pulse when opening the serial port. The work around sends an empty
line. The bug affects the demo source code VehicleSerial.java and any
custom software based on it
- Fixed a regression in the demo VehicleSerial.java that does not print the
output of the Vehicle Pi.
- Added more documentation concerning firmware upgrade
- Fixed a bug in the documentation that stated 115 200 baud rate for the
Vehicle Pi instead of the real 500 000 baud rate.
- Extended demo applications with comments, added more information in the
documentation files