Pebble watch face with Starbucks account information using httpebble protocol.
- Import this project from Github using Cloud Pebble.
- Navigate to config.h file in project.
- Define Starbucks username and password below (replace username & password, leaving quotes).
- For the barcode to work: a) Screenshot your barcode from your phone and crop/resize to 140x63. b) Define new resource in Cloud Pebble -- upload your barcode. c) Use Resource Identifier as SBUXBARCODE
- IF USING iOS open main.c and change line 20 to allow httpebble to work correctly.
- FROM: PBL_APP_INFO(MY_HTTP_UUID,
- TO: PBL_APP_INFO(HTTP_UUID,
- Compile watchface and load through Pebble app.