Files
James Rich 3381a72a2e fix(node): survive a write across a rebuild, and name the default channel as firmware does
A channel import that carried a LoRa section rebuilt the node while a
ToRadio write was in flight; the closed session threw out of the send loop
and the process died. The write is lost, the loop is not. The default
channel is now the empty name firmware stores, hashed under the preset, and
the frequency slot hashes the primary's name when it has one.

Claude-Session: https://claude.ai/code/session_016ZvQKfoRDwY56WpE7xMAJb
2026-09-12 08:06:01 -05:00
..