stpihkal icon indicating copy to clipboard operation
stpihkal copied to clipboard

Possible change in WeVibe Protocol with Vector

Open qdot opened this issue 5 years ago • 2 comments

Users of the Vector are complaining that, while the device is found, control only has one speed. Anything above zero is just "on".

cc @blackspherefollower

qdot avatar Aug 01 '19 02:08 qdot

    "requires8BitIntensity": true,

I guess the vector has 4bits more range than the prior models.

The Moxie and Melt seem to be the same. The Melt maxing out at 25 apparently.

blackspherefollower avatar Sep 06 '19 12:09 blackspherefollower

Just spotted this:

e.pairDevice = function(t) {
    return n.default.async(function(c) {
        for (;;) switch (c.prev = c.next) {
            case 0:
                return c.next = 2, n.default.awrap(u.default.write(t, "F000BB03-0451-4000-B000-000000000000", "F000C000-0451-4000-B000-000000000000", [15, 3, 0, 0, 0, 0, 0, 0]).catch(function() {}));
            case 2:
            case "end":
                return c.stop()
        }
    }, null, null, null, Promise)
}

blackspherefollower avatar Oct 06 '21 06:10 blackspherefollower