Skip to content

Commit 5485f39

Browse files
committed
Update for v0.6
1 parent baa0db7 commit 5485f39

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
export FW_MAJOR := 0
3-
export FW_MINOR := 5
3+
export FW_MINOR := 6
44

55
PROJ = Greaseweazle
66
VER := v$(FW_MAJOR).$(FW_MINOR)

RELEASE_NOTES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
** Keir Fraser <keir.xen@gmail.com>
44
************************************
55

6+
** v0.6 - 15 November 2019
7+
- gw.py: Big overhaul of underlying Python package
8+
- Action (read, write, update) must come first on the command line
9+
- eg. "python3 gw.py read --ecyl=39 foo.scp COM3"
10+
- gw.py: New action "delays" to print/set delay parameters
11+
- eg. "python3 gw.py delays --step=10000" to increase step time to 10ms
12+
613
** v0.5 - 11 November 2019
714
- USB: Overhaul the protocol and allow writes to be terminated at index
815
- Terminate-at-index is always used by current Python control script

0 commit comments

Comments
 (0)