Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tc358743 identifier in the /boot/config.txt population (#1617)
This fixes a small bug in the tinypilot.postinst that was preventing it from matching the right line in `/boot/config.txt` to add the `dtoverlay=tc358743-audio` line. ## Peer testing To test this bundle run: ```bash curl \ --silent \ --show-error \ --location \ https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/scripts/install-bundle | \ sudo bash -s -- \ https://output.circle-artifacts.com/output/job/0bcd7da3-9a88-4126-ada8-6a7804e02dfe/artifacts/0/bundler/dist/tinypilot-community-20230901T1500Z-1.9.0-75+03827f4.tgz && \ sudo reboot ``` <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1617"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
- Loading branch information