libpebble
libpebble copied to clipboard
Pebble app error
there is an error when the current firmware of pebble is used, it gives a please update the pebble firmware on your phone error.
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