Dan Clarke
Dan Clarke
For BT you'll want to use the A2DP **Source**: https://github.com/espressif/esp-idf/tree/be81d2c16d7f4caeea9ceb29fece01510664caf3/examples/bluetooth/a2dp_source It's was a bit rough last time I used it and seems to be under active development. It'll only play...
Blimey you've been through a lot! The daemon line you can just remove entirely, it's from an earlier revision and just not cleared up. If the Chevrons are flashing, that...
I would give it a bash, except it's not even getting that far. It doesn't create the app directory, let alone populate any boilerplate to run an npm install. Is...
I don't know what's changed, but the initial creation is working now. I'm using Node 22.6.0. I do have to separately install the dependencies though, with `npm install --legacy-per-deps` after...
@leonskim Almost! I just tried this morning fresh with Node 20.9.0. The initial tool _works_, but loading the dependencies after going through the questions in fails as before: ``` npx...
Ah that's handy, didn't see that! I can use [zod-key-parser](https://github.com/raflymln/zod-key-parser) to get all the expected keys, and then get the 'outliers' to present to the user. Surfacing via the API...