RastaGraffix

Results 25 comments of RastaGraffix

The whole BLE management interface needs a rethink. In particular, control over the BLE session management should be solely under the control of the Moolti hardware. This leads to the...

Doesn't allow what, specifically? The MiniBLE is allowed to refuse any incoming connection request if it so chooses. So if, e.g., my iPhone initiates a connection request to the miniBLE...

If an os deletes a pairing just because it can’t connect, that’s just broken imho. And any auth app that can’t contact the mini BLE is going to time out...

> ### Missing feature > The ability to connect to multiple host devices via bluetooth at the same tim > e would be neat. This is something I've been thinking...

What I did (paths are specific to my Mac): 1) Uninstall the Watchy library using the Library Manager. 2) cd into my Arduino work directory (/Users/lyndon/Documents/Arduino). 3) cd into the...

Any chance of getting a copy of that file so I can build in the interim?

I.e. commit it into src/ on the dev branch until the esp32 core gets updated, then rm it.

Nope, still broken. The hardware version macro isn't being defined, so this block of #ifs never matches: ``` #if defined (ARDUINO_WATCHY_V10) static const uint8_t UP_BTN_PIN = 32; static const uint8_t...

Do you have any idea when the upstream is going to push this into an actual release that the Arduino IDE can update to? Not being able to build is...

Yes, if the build is fixed (I won't be able to check mine until the weekend) then there's no reason to keep this issue open.