Yusuf Nayab
Yusuf Nayab
> The maintainer seems to be inactive currently so I don't expect it to be accepted soon This usually calls for a fork, from there look into publishing to the...
Happy to contribute to this, would you like an updated UX added as a PR? Also would you like me to use HTML + CSS to create a mockup site...
I'll look into modernising the interface, adding a dashboard for totals and historical tracking, themes, etc.
Mocked up using the inspect html tool. ``` Meal 1 Meal 2 Meal 3 Qty. x1 x2 ``` 
To fix the compiling issue change: line 404 to: ```int count = _bleScan->getResults()->getCount();``` and line 408 to ```address = _bleScan->getResults()->getDevice(foundIndex).getAddress();```
You can force a reconnect by changing your setup to contain: ``` void setup() { Serial.begin(115200); BMDConnection.begin("BlueMagic32"); BMDConnection.clearPairing(); BMDControl = BMDConnection.connect(); } ``` The clearPairing line resets the remembered bluetooth...
> the problem is that the first established connection is not remembered. I dont want to clear the connection I would like the arduino to reconnect to the cam as...
I personally believe Svelte is not the correct way to get multi platform, more of a hacky web wrapper. If you want native performance look into Flutter. It's a cross...
> If you consider the wide breadth of well known apps (Slack, Spotify, Microsoft Teams, Discord, Canva) these all use web technologies to build multi-platform apps, Spotify in particular pioneered...
I've updated to the 24.04 Dragonfish beta, let me know what I can do to help