Skip to content

Commit

Permalink
fix version numbers. no code change
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed May 22, 2024
1 parent 26a4857 commit 85864b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=WiThrottleProtocol
version=1.1.16
author=David Zuhn <zoo@statebeltrailway.org>, Luca Dentella <luca@dentella.it>, Peter Akers <akersp62@gmail.com>
version=1.1.17
author=Peter Akers <akersp62@gmail.com>, David Zuhn <zoo@statebeltrailway.org>, Luca Dentella <luca@dentella.it>
maintainer=Peter Akers <akersp62@gmail.com>
sentence=JMRI WiThrottle Protocol implementation
sentence=JMRI WiThrottle Protocol implementation for ESP32
paragraph=This library implements the WiThrottle protocol (as used in JMRI and other servers), allowing an device to connect to the server and act as a client (such as a dedicated fast clock device or a hardware based throttle).
category=Other
url=https://github.com/flash62au/WiThrottleProtocol
Expand Down
1 change: 1 addition & 0 deletions src/WiThrottleProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/*
Version information:
1.1.17 - fix version numbers. no code change
1.1.15/16 - fix a bug where the speeds were not being updated when changed on another device
1.1.14 - addition of 'sendCommand(String cmd);
1.1.13 - Bug fix for ESTOP
Expand Down

0 comments on commit 85864b6

Please sign in to comment.