libpebble icon indicating copy to clipboard operation
libpebble copied to clipboard

Pebble app error

Open Wingie opened this issue 10 years ago • 1 comments

there is an error when the current firmware of pebble is used, it gives a please update the pebble firmware on your phone error.

Wingie avatar Apr 30 '14 05:04 Wingie

Simply changing this line in phone version cap will address the version issue on _phone_version_response: msg = pack("!biII", 1, -1, session, remote) change to: msg = pack("!biII", 2, -1, session, remote)

I am running firmware v2.8.1

Keboo avatar Feb 11 '15 07:02 Keboo