aboutsummaryrefslogtreecommitdiffstats
path: root/atk16_fpga/gen_data_strings_v.py
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-03-19 22:35:13 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-03-19 22:35:13 +0200
commit24e1d2d7e51c6019dea9496883e9f509260b08e7 (patch)
treebd719b5db06a44798b050dc7734d30ec35100bc9 /atk16_fpga/gen_data_strings_v.py
parent1e3961030578c69180992f46096ef24ea2f4c3a5 (diff)
Remove repl functionality to make the serial pgm as simple as possible
Diffstat (limited to 'atk16_fpga/gen_data_strings_v.py')
-rwxr-xr-xatk16_fpga/gen_data_strings_v.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/atk16_fpga/gen_data_strings_v.py b/atk16_fpga/gen_data_strings_v.py
index afb374e..00f00e9 100755
--- a/atk16_fpga/gen_data_strings_v.py
+++ b/atk16_fpga/gen_data_strings_v.py
@@ -14,12 +14,4 @@ def gen(name, message):
print(f" end")
print("")
-gen("welcome", "Welcome to the ATK16 serial programmer. Press 'h' for help.\n")
-gen("help",
- "Help:\n" +
- " h - help\n" +
- " p - program\n"
-)
-gen("program_ready",
- "Ready to receive program data. Reset device after transmission.\n"
-)
+gen("welcome", "ATK16 serial programmer is ready to receive program data. Reset device after transmission.\n")