Compare commits

..

No commits in common. "development" and "1.1.1" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

@ -87,7 +87,7 @@ func logStatus(statusBytes []byte) {
for _, p := range posStatus {
statusMsg, exists := p.mapper[p.value]
if !exists {
statusMsg = fmt.Sprintf("Unknown status 0x%X at position %d", p.value, p.pos)
statusMsg = fmt.Sprintf("Unknown status 0x%X", p.value)
}
if p.value != 0x30 {
result.WriteString(statusMsg + "; ")

View File

@ -27,7 +27,7 @@ import (
)
const (
buildVersion = "1.1.2"
buildVersion = "1.1.1"
serviceName = "hardlink"
pollingFrequency = 8 * time.Second
)

View File

@ -2,9 +2,6 @@
builtVersion is a const in main.go
#### 1.1.2 - 02 February 2026
added logging for unknown dispenser status positions
#### 1.1.1 - 02 February 2026
added contionuous polling of the dispenser status every 8 seconds to update the card well status