├── LICENSE.md ├── appinfo.json ├── configurable.html ├── src ├── configurable.c └── js │ └── pebble-js-app.js └── wscript /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-hacks/js-configure-demo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /appinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-hacks/js-configure-demo/HEAD/appinfo.json -------------------------------------------------------------------------------- /configurable.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-hacks/js-configure-demo/HEAD/configurable.html -------------------------------------------------------------------------------- /src/configurable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-hacks/js-configure-demo/HEAD/src/configurable.c -------------------------------------------------------------------------------- /src/js/pebble-js-app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-hacks/js-configure-demo/HEAD/src/js/pebble-js-app.js -------------------------------------------------------------------------------- /wscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pebble-hacks/js-configure-demo/HEAD/wscript --------------------------------------------------------------------------------