'use strict'; // keepalive: send GET_PARAM every 10s when the link is otherwise idle. // Hypothesis: a quiet UART is what trips the firmware into the wedged state; // keeping the line warm prevents it. require('./_core').startDaemon({ variant: 'keepalive', flags: { keepalive: true }, });