Flashed v0.6.7 to two ESP32-C6 boards (COM9 + COM12, both matching the
witness-log MACs from v0.6.6 session).
A0.4 — regression check on COM9 (default config):
- v0.6.7 boots in 446 ms, c6_ts up on ch 26, HAL_MAC_ESP32AX_761 loaded,
ruv.net association at +5206 ms, iTWT graceful NACK, ESP-NOW init OK,
CSI flowing at HT-LTF 64 subcarriers. Byte-for-byte same behavior as
v0.6.6 confirms the new code paths (LP-core + soft-AP) are correctly
default-off — zero behavioral regression for shipped fleets.
A0.5 — soft-AP module live on COM12:
- Built a CONFIG_C6_SOFTAP_HE_ENABLE=y variant locally, flashed COM12.
- AP came up at +666 ms on channel 6 with WPA2-PSK, dual STA+AP iface
visible (...00:84 STA / ...00:85 AP — standard +1 MAC offset).
- Discovered live IDF constraint: when AP+STA both active and STA
associates to an 11ax AP on a different bandwidth, the soft-AP gets
demoted from HE to 11n by the radio scheduler. Documented in §A0.5 —
the cleanest two-board iTWT bench needs the AP-role board's STA iface
not to associate elsewhere (point it at a non-existent SSID).
Release v0.6.7-esp32 now also carries:
- esp32-csi-node-c6-4mb-softap.bin (the AP-variant binary)
- COM9-v0.6.7-regression.log + COM12-v0.6.7-softap.log raw captures
- SHA256SUMS.txt updated with the soft-AP variant hash
Co-Authored-By: claude-flow <ruv@ruv.net>