Skip to content

Commit

Permalink
2.8.2
Browse files Browse the repository at this point in the history
- added first MIN support 
- added some field to SPA layout 
- fix bug with gverbose environment (see pr: #304)
- fix bug in devider for batery SOC (see pr: #305)
  • Loading branch information
johanmeijer authored Mar 17, 2023
1 parent 094ec37 commit 2c0a352
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 10 deletions.
5 changes: 5 additions & 0 deletions Version_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,8 @@ Complement bugfix prepared by KBraham (issue / pull request #41)
2.8.1
- added first SPA support
- increase hardcoded register limit from 1024 to 4096
2.8.2
- added first MIN support
- added some field to SPA layout
- fix bug with gverbose environment (see pr: #304)
- fix bug in devider for batery SOC (see pr: #305)
4 changes: 2 additions & 2 deletions grott.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#
# For version history see: version_history.txt

# Updated: 2023-02-12
# Updated: 2023-03-17

verrel = "2.8.1"
verrel = "2.8.2"

import sys

Expand Down
Loading

3 comments on commit 2c0a352

@rany2
Copy link

@rany2 rany2 commented on 2c0a352 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message says you fixed the battery SOC divider issue here but it is not included.

@johanmeijer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is fixed (uploaded the wrong version).

@rany2
Copy link

@rany2 rany2 commented on 2c0a352 Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks for your work!

Please # to comment.