Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pebble app error #32

Open
Wingie opened this issue Apr 30, 2014 · 1 comment
Open

Pebble app error #32

Wingie opened this issue Apr 30, 2014 · 1 comment

Comments

@Wingie
Copy link

Wingie commented Apr 30, 2014

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

@Keboo
Copy link

Keboo commented Feb 11, 2015

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants