Skip to content

Commit

Permalink
fixes BC machine setup for the upgraded pymodbus lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed May 22, 2018
1 parent 65721be commit 5b08a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ environment:
matrix:
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: 3.6
ARTISAN_VERSION: 1.4.0
ARTISAN_VERSION: 1.3.1

install:
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
Expand Down
2 changes: 1 addition & 1 deletion src/includes/Machines/BC/Roaster.aset
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ port=502
stopbits=1
timeout=1
type=0
wordorderLittle=true
wordorderLittle=false

[RoastProperties]
roastertype=BC Roaster
2 changes: 1 addition & 1 deletion wiki/ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ v1.3.1 (20.5.2018)
- restricts the "time-to" display introduced in v1.3 to the temperature mode rendering the percentage mode again as in v1.2 ([#196](../../../issues/196))
- all hundredths not only thenth in roast properties weight and volume ([#198](../../../issues/198))
- requires to tick the `Control` flag to activate the ´Control` button and the PID features also for the case of the TC4 with PID Firmware as for the Fuji PIDs ([#205](../../../issues/205))
- events created by sliders now put the values translated using the sliders offset and factor to the event descriptions together with a unit prefix
- events created by sliders now put the values translated using the sliders offset and factor to the event descriptions together with a unit postfix
- started internal code modularisation resulting in lower memory demand in most cases
- removed support for Qt4
- updates to pymodbus 1.5.2 for better error handling on noisy lines
Expand Down

0 comments on commit 5b08a1b

Please sign in to comment.