updated to latest changes
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
* fix for some memory issues
|
* fix for some memory issues
|
||||||
* fix for closing serial device that is no tty
|
* fix for closing serial device that is no tty
|
||||||
* fix for dumping message definition
|
* fix for dumping message definition
|
||||||
|
* fix for cache invalidation
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* respond to broadcast "write" command with "done broadcast"
|
* respond to broadcast "write" command with "done broadcast"
|
||||||
@@ -29,6 +30,11 @@
|
|||||||
* added script for converting "grab result" to CSV
|
* added script for converting "grab result" to CSV
|
||||||
* exclusively lock serial device to prevent simultaneous access by another process
|
* exclusively lock serial device to prevent simultaneous access by another process
|
||||||
* extended "-i" parameter of "find" command to accept further ID parts
|
* extended "-i" parameter of "find" command to accept further ID parts
|
||||||
|
* include decode problems instead of returning invalid JSON
|
||||||
|
* extended allowed message ID length
|
||||||
|
* extended "grab" comamnd with "all" option for grabbing all messages instead of only unknown
|
||||||
|
* allow float values being used for int types
|
||||||
|
* added big endian data type variants (UIR, SIR, FLR, ULR, SLR)
|
||||||
|
|
||||||
## Changed files
|
## Changed files
|
||||||
https://github.com/john30/ebusd/compare/v1.3.0...master
|
https://github.com/john30/ebusd/compare/v1.3.0...master
|
||||||
|
|||||||
Reference in New Issue
Block a user