Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 23:07
90ef378

⚠️ BROKEN RELEASE — DO NOT INSTALL

This build cannot connect to an OBD adapter. The dash boots and runs, but cycles
connecting -> connecting failed forever. Confirmed on the reference vehicle.

Cause: this release migrated Arduino core 2.0.17 -> 3.1.3, which took NimBLE-Arduino
1.4.2 -> 2.x. setConnectTimeout() changed units from seconds to milliseconds across that
major version, so the firmware allows 4 milliseconds to establish a BLE connection
instead of 4 seconds. Nothing can connect in that window. It compiles cleanly, which is why
CI passed.

Fixed in v0.1.1. Install that instead.

The firmware binary has been removed from this release so it cannot be flashed by mistake.
The tag is retained — the commit is real history and the fix references it.