'use strict'; // slowpace: hold a 500ms gap between consecutive TX frames and pause 2s // after a successful tag write. Hypothesis: timing/duty-cycle pressure on // the K924 module is the trigger; slowing down lets it stay healthy. require('./_core').startDaemon({ variant: 'slowpace', flags: { slowpace: true }, });