Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly send boolean values as numbers for watch config
Apparently PebbleKit JS on Android sends the values `true` and `false` as TUPLE_CSTRING, which does not cast to boolean as intended. Confirmed issue on KitKat (4.4.?) and Lollipop (5.1.1, running Pebble app 2.4.2 and watch firmware 2.9.1). Fixes #8.
- Loading branch information