Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 779 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 779 Bytes

Wearscript Pebble

Forked from meiguro/simplyjs

Installation instructions

Prerequisites

  • Install Pebble android application.
  • Install latest Pebble firmware (current 2.0.2)

Binary install

  • Grab latest release from github releases tab.
  • Download to device, and open .pbw file.

Building from source

  • Prerequisites Pebble Getting Started
    • Install the Pebble SDK

    • Install Pebble ARM toolchain.

    • Build client

      • Build pebble app from top level directory
      pebble build
      
      • Send to pebble
      pebble install --phone [ip address]