File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.2.3
4+
5+ - minor error recovery improvements for USB connection problems
6+ - add option to write factory coefficients (either from file or from server)
7+ - format partition when deleting factory coefficients
8+
39## v0.2.2
410
511- Replace forward slahes (` / ` ) in the serial number with ` _ ` to fix factory calibration problems
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ windows{
6161
6262REVISION = $$system (git rev-parse HEAD )
6363DEFINES += GITHASH =\ \"\"$$REVISION\\"\"
64- DEFINES += FW_MAJOR =0 FW_MINOR =2 FW_PATCH =2 FW_SUFFIX =" " # \\"\"-alpha.2\\"\"
64+ DEFINES += FW_MAJOR =0 FW_MINOR =2 FW_PATCH =3 FW_SUFFIX =" " # \\"\"-alpha.2\\"\"
6565
6666# Default rules for deployment.
6767qnx: target.path = /tmp/ $${TARGET }/bin
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ target_include_directories(FreeRTOS PUBLIC
3232add_definitions (
3333-DFW_MAJOR=0
3434-DFW_MINOR=2
35- -DFW_PATCH=2
35+ -DFW_PATCH=3
3636)
3737
3838add_executable (LibreCAL
You can’t perform that action at this time.
0 commit comments