From d393e0c30192611d4cac65a5429fd7180ce1f49c Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Fri, 7 Aug 2026 18:15:00 +0000 Subject: Initial push --- share/c1224.ini.example | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 share/c1224.ini.example (limited to 'share') diff --git a/share/c1224.ini.example b/share/c1224.ini.example new file mode 100644 index 0000000..0980d2e --- /dev/null +++ b/share/c1224.ini.example @@ -0,0 +1,33 @@ +# T-Modem-c1224 operator INI example +# Apply on device via USB CDC: +# SET callsign=N0CALL +# SET device_id=c1224 +# SET quiet=1 +# SAVE +# Or dump/compare with: INI · RELOAD · DEFAULTS +# +# 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. +# quiet=1 suppresses extra unsolicited ASCII (STATUS/PROBE/CONFIG), not the boot banner. +# Not configurable here: baud/rate (crystal stuffing), softmodem, data bridge, boot banner. + +[texts] +starting=c1224 is starting +ready=c1224 is ready +fault=c1224 is fault +sending=c1224 is sending +signal=c1224 signal +packet=c1224 packet +power=c1224 power +idle=c1224 idle + +[terminal] +callsign= +device_id=c1224 +quiet=1 + +[sense] +cdt_active_high=0 +packet_hold_ms=500 +packet_edge_min=4 +packet_window_ms=50 -- cgit v1.3.1