From a7362dc14bca1233eb34b41aefebe9cfb22684ac Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:09:58 +0000 Subject: Initial push --- share/s1224.ini.example | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 share/s1224.ini.example (limited to 'share') 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 -- cgit v1.3.1