Create and rework data handling, part I

This commit is contained in:
2025-12-21 10:30:39 +01:00
parent f83f351d99
commit c382ba472d
12 changed files with 1540 additions and 25 deletions

View File

@@ -0,0 +1,33 @@
#
# chagelog for BigXionFlasher USB (c) 2011-2013 by Thomas König
#
* 2013-03-23 Thomas König <info@bigxionflasher.org> 0.2.4r97
- added feature to set wheel circumference
- updated mhstcan.dll to latest version
* 2012-05-15 Thomas König <info@bigxionflasher.org> 0.2.3r86
- can now set throttle speed limit to values higher then 25Km/h
* 2012-04-21 Thomas König <info@bigxionflasher.org> 0.2.2r72
- code rewrite and clean-ups
- new command line options layout, setting a speed limit to zero disables it
- added throttle speed option
- added minimum (motor start) speed option
- added mountain mode option
* 2011-09-08 Thomas König <info@bigxionflasher.org> 0.2.0r46
- major code rewrite and clean-ups so the everything is a bit less 'quick and dirty'
- implemented standard command line option parsing
- set the initial assist level after power on
- output item- and serial number of each CAN-node
- output detailed battery statistics (if supported by hardware)
- put console in slave-mode without user intervention
* 2011-08-05 Thomas König <info@bigxionflasher.org> 0.1.2r15
- minor bug fixes
* 2011-08-04 Thomas König <info@bigxionflasher.org> 0.1.1r14
- minor bug fixes
* 2011-08-03 Thomas König <info@bigxionflasher.org> 0.1.0r12
- first public release