- update queue to wearables to vibrate
- fix bug where queue is not updating its priority
- User UI:
$ # To run the app
$ fvm flutter run --dart-define=BASEURL=<api-url>
$ # To build the app
$ fvm flutter build apk --release --dart-define=BASEURL=<api-url>
- Management UI:
$ # To run the app (optionally --release)
$ fvm flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0 --dart-define=BASEURL=<api-url>
- backend:
$ # To start the server
$ BASEURL=<api-url> cargo run --release
- firmware:
$ # Only for arduino-cli
$ ./build.sh <port-name>