summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-07 18:09:58 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-07 18:09:58 +0000
commita7362dc14bca1233eb34b41aefebe9cfb22684ac (patch)
treef727c87f92aeb503038deeecc24d3e074dc0197c /share
Initial pushmain
Diffstat (limited to 'share')
-rw-r--r--share/s1224.ini.example27
1 files changed, 27 insertions, 0 deletions
diff --git a/share/s1224.ini.example b/share/s1224.ini.example
new file mode 100644
index 0000000..3c57c33
--- /dev/null
+++ b/share/s1224.ini.example
@@ -0,0 +1,27 @@
+# T-Modem-s1224 operator INI example
+# Load via CDC: SET … / SAVE (or flash defaults in firmware/s1224/config/default.ini)
+# SET device_id=s1224
+# SAVE
+# SAVE persists a config blob in the last 4 KiB of Pico flash — not a filesystem.
+# Boot banner is fixed in firmware source (always on CDC) — not an INI key.
+
+[display]
+starting=s1224 is starting
+ready=s1224 is ready
+fault=s1224 is fault
+sending=s1224 is sending
+signal=s1224 signal
+packet=s1224 packet
+power=s1224 power
+idle=s1224 idle
+
+[terminal]
+callsign=
+device_id=s1224
+quiet=1
+
+[sense]
+cdt_active_high=0
+packet_hold_ms=500
+packet_edge_min=4
+packet_window_ms=50
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com