Closed phistep closed 11 years ago
The code itself looks fine, I just have some style complaints. Nice work otherwise!
Also, please make mention of this in the readme, in the same place I mention Pebble::Protocol for example.
I have fixed everything but lazy initialization (see line comment above). Shall I also convert tab indentation to two spaces?
I see you've already fixed everything—awesome. I'll pull it in later tonight.
Yay! This was probably my first contribution to a actually useful tool ever! (if you don't count OS X homebrew)
Keep up the good work! Your next two contributions could be fixes for your own issues #1 and #2 ;)
Created a class to handle the information in Pebble bundles. Might be handy when trying to implement app/firmware upload. This implements the file structure as reported here. The actual implementation is similar to the Python libpebble.
I also added an example file to show case the API.