Skip to content

Commit

Permalink
doco
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed Jun 18, 2024
1 parent 4db4193 commit 5242e55
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 20 deletions.
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ Credits
* David Zuhn <zoo@statebeltrailway.org>
* Luca Dentella <luca@dentella.it>

The original version of the code in this library was written by David Zuhn with changes by Luca Dentella. The rest of the code has been developed by Peter Akers (Flash62au).
The original version of the code in this library was written by David Zuhn with changes by Luca Dentella. Subsequent development of the code has been by Peter Akers (Flash62au).

* https://github.com/davidzuhn/WiThrottleProtocol
* https://github.com/lucadentella/WiThrottle
* https://github.com/davidzuhn/WiThrottleProtocol Original Version
* https://github.com/lucadentella/WiThrottle Updated Version

-----

Differences from the original library
=====================================
Differences from the original library to Luca Dentella's version
================================================================

- Removed dependencies with external libraries (Chrono.h, ArduinoTime.h, TimeLib.h)
- Added NullStream class to disable (by default) logging
- Changed begin() method to setLogStream()
- Added a setter method for delegate class: setDelegate()
- Added the ability to parse roster messages and to receive the roster list via delegate class

Differences from the lucadentella version of the library
========================================================
Differences from the Luca Dentella's version version of the library
===================================================================

- Added the trademark changes from the original library
- supports multi-throttle commands (max 6) (Added in version 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiThrottleProtocol
version=1.1.17
version=1.1.18
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 for ESP32
Expand Down
Loading

0 comments on commit 5242e55

Please sign in to comment.