You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
martijnthe
added a commit
to pebble/libpebble
that referenced
this issue
Mar 6, 2015
there is an error when the current firmware of pebble is used, it gives a please update the pebble firmware on your phone error.
The text was updated successfully, but these errors were encountered: