350 B
350 B
phomeme
A bluetooth client for Phomemo M110.
Development
poetry run flask --app phomeme:app run --debug --host 0.0.0.0 --port 8000
Production
poetry run gunicorn -w 1 'phomeme:app' -b [::0]
Credits
Heavily based on SFZ-aalen