- JAM_LFSR_KEY_HZ: 100 kHz → 1 MHz; OOK main lobe now spans ±1 MHz
from 315 MHz → covers entire 314–316 MHz NA fob band at full power
- JAM_LOCK_FREQ_2_MHZ: 433.92 → 433.46 MHz (midpoint of 433–433.92);
with 380 kHz 2-FSK deviation + 1 MHz LFSR sidebands the noise blankets
432.1–434.8 MHz — all of 433–433.92 MHz covered at max output
- JAM_DEV_KHZ_R1_WIDE: 200 → 380 kHz (max CC1101 FSK deviation on R1)
- Boot default: SPECIAL → DIRECT (~100% duty cycle hardware LFSR,
no RadioLib packet timing, widest possible spectral splatter)
- handleRoot: sendContent(kHtml) → sendContent(kHtml, sizeof-1) to use
the length-aware overload and avoid a 15 KB String heap allocation
that was silently failing on a fragmented heap, breaking the web UI
Made-with: Cursor