Library dir: lib/AutoWire/ -> lib/KLine/ Site title, docs, CLAUDE.md, platformio.ini all updated. All 4 firmware environments build clean.
22 lines
663 B
JSON
22 lines
663 B
JSON
{
|
|
"name": "KLine",
|
|
"version": "2026.02.13",
|
|
"description": "Multi-protocol automotive bus library for ESP32 — BMW I/K-Bus + OBD-II K-line",
|
|
"keywords": ["bmw", "ibus", "kbus", "obd2", "kline", "iso9141", "iso14230", "optocoupler", "pc817", "esp32", "e46", "ford"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "muki01",
|
|
"url": "https://github.com/muki01/I-K_Bus",
|
|
"maintainer": false
|
|
},
|
|
{
|
|
"name": "Ryan Malloy",
|
|
"email": "ryan@supported.systems",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32"
|
|
}
|