X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=TODO;h=02f47f032a34c4851b75fb605f7a631408863cc2;hb=c0863797291ed5ab439e0d213cc26a2c62b00376;hp=386afb8c28da29d79f4cc8718fde9bd7be30fe84;hpb=61b77237367670e38db6455cacdfb1de469174a9;p=uccvend-snackrom.git diff --git a/TODO b/TODO index 386afb8..02f47f0 100644 --- a/TODO +++ b/TODO @@ -9,21 +9,31 @@ Starting point keypad.c - keypad_read() Line 52 2/ Split VERSION information out into seperate file Create version.h or similar -Version should be made of two parts +Version should be made of three parts ALPHA-STRING [A-Z]* +GIT-TAG string DATE ISO8601 format, no dashes eg 20040625 Example: - X 20040625 + ROM ROMX 20040625 For virtual machines, alpha part shall be VIRTUAL +For real machines, alpha part shall be ROM Modify main_basic.c as appropriate +Partially done. + +git tag -a ROMY +git push --tags + +git describe --long + 3/ Add VERSION command to output version number of ROM + Send: VERSION @@ -32,5 +42,10 @@ Receive: 086 X 20040625 +4/ Fix periods on VFD display + +Existing bug with the VFD display on the Snack Machine +For example, to display "WORD." needs to be transmitted to the machine +as "WOR.D"