pub(crate) fn read_full_config_zone(device: &HidDevice) -> Result<[u8; 128]>Expand description
Read the chip’s full 128-byte configuration zone via the device.
The firmware exposes a ReadConfigZone(block) opcode that returns
32 bytes at a time. This helper drives the four calls in order and
assembles the result.