beroset

Results 98 comments of beroset

I know this error because I had the same one on the Raspberry Pi. I fixed in on the Pi by altering one line of the Qt header, but there...

I made a patch to the `qglobal.h` file: ``` template static inline T *qGetPtrHelper(T *ptr) { return ptr; } #define BEROSET_PATCH 1 #if BEROSET_PATCH template static inline typename Wrapper::pointer qGetPtrHelper(const...

The PR just submitted should fix both build issues.

@comsorg This isn't really the place to ask for general help. Better would be to go to https://asteroidos.org/ and look through the documentation and contact information there.

Is there any remaining reason this can't be closed?

This should not be too hard. The watch needs to pretend to be a BLE keyboard and then figure out whether it's attached to an iOS device or to an...

It's a good point about BLE, but I had intended to implement HID over GATT Profile 1.0. There are currently cheap two-button battery-powered devices on the market that have one...

Your scenario could absolutely happen, and you could certainly argue that using keyboard input for taking a picture is a poor design choice, but that choice has already been made...

> I think it's a crazy hack for an app to pretend it's a camera controller when it's really just a glorified Enter key It's not even that glorified. ;)...

Agreed. Good UX is an art, and I'm not much of an artist. :)