diff --git a/attic/on-wire-protocol-notes.txt b/attic/on-wire-protocol-notes.txt
index d3edeb87868247dae1e811de4cc72cc08d068b54..70580c59c14ade0947c77f3e1eb1a15366168ffe 100644
--- a/attic/on-wire-protocol-notes.txt
+++ b/attic/on-wire-protocol-notes.txt
@@ -120,10 +120,10 @@ Then the data starts.
 11 1111101 01011010 10100101 00000100 00000000
 11 1111011 01011010 10100101 00000100 00000000
 11 1111000/00000000 00000001 00000100 00000011 << I thought this was "turned around" but it seems the main uc controls the clocking and it's up to the uc to drive high.
-10 0100010/00000000 01001111 00000011 10000010
-10 0100001 10000000 00000000 00000000 00000001
-10 0100001 10000000 00000000 00000000 00000001
-10 0101100/00001000 00000000 00000000 00000010
+1 0010001 0/00000000 01001111 00000011 10000010
+1 0010000 1 10000000 00000000 00000000 00000001
+1 0010000 1 10000000 00000000 00000000 00000001
+1 0010110 0/00001000 00000000 00000000 00000010
 --
 10 0100010/00000000 01001111 00000011 10000010
 11 1111110/00000000 00110000 00000101 00000000
diff --git a/minichlink/wch_dump_flash.c b/attic/wch_dump_flash.c
similarity index 100%
rename from minichlink/wch_dump_flash.c
rename to attic/wch_dump_flash.c