KeSp_controller/src
Mae PUGIN 7b6f25a5ad fix: KO parser for actual firmware format
Firmware sends: "KO2: 0B+02->4C+00"
Parser expected: "KO0: trigger=2A mod=02 -> result=4C resmod=00"

Rewrote parse_ko_lines to match real format:
  <trigger_hex>+<mod_hex>-><result_hex>+<mod_hex>
Also skips "KO 0 deleted" and "KOSET 1:OK" lines.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 11:25:01 +02:00
..
logic fix: KO parser for actual firmware format 2026-04-07 11:25:01 +02:00
main.rs fix: Show modifiers in KO list (Shift+H -> Del) 2026-04-07 11:15:30 +02:00