'use strict'; // broadcast: address all frames with ADDR=0xFF instead of 0x00. Hypothesis: // the firmware routes broadcast frames through a different code path that's // less likely to wedge. (Cheap control — flips a single byte.) require('./_core').startDaemon({ variant: 'broadcast', flags: { broadcast: true }, });