diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:15:00 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:15:00 +0000 |
| commit | d393e0c30192611d4cac65a5429fd7180ce1f49c (patch) | |
| tree | 7e47bd930340c75c4802801a81f3bd17c2469d9f /share | |
Initial pushmain
Diffstat (limited to 'share')
| -rw-r--r-- | share/c1224.ini.example | 33 |
1 files changed, 33 insertions, 0 deletions
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 |
