• Knowit released this 2026-04-29 01:50:19 +08:00 | 14 commits to main since this release

    EPRO2 / Pro 2.x → Std-shaped JSON dump of all 5 Pro projects (Option-2 spec, agreed with downstream 2026-04-29).

    v3 unlocks Taishan's encrypted-external PCB blob — the Pro 2.x writer now fetches from modules.lceda.cn, AES-256-GCM decrypts with the iv/key in the source JSON, gunzips, and splits the multi-doc bundle by DOCTYPE boundary. 100% coverage across all 5 projects now.

    project docs format notes
    ESP-VoCat 喵伴 15 Pro 3.x EPRO2
    【全网首发】X86 电脑主板 154 Pro 3.x EPRO2
    220V 供电 300W 四路彩屏桌面电源 22 Pro 3.x EPRO2
    立创·泰山派 RK3566 55 Pro 2.x JSON + decrypted blob PCB blob → 1 PCB + 25 FOOTPRINTs + 1 sub-SCH
    立创·梁山派 3 Pro 2.x JSON

    Total: 249 JSON files, ~140 MB raw / 19.6 MB tar.gz.

    Adapter dispatches on result.dataStr.head.epro_format:

    • absent / "epro2" → Pro 3.x (objects values are dicts with _type)
    • "pro2" → Pro 2.x (objects values are JSON arrays [OPTYPE, args...])

    See docs/sources/epro2_to_std_mapping.md (commit d11ca1d+) for the OPTYPE → Std verb mapping.

    Downloads