diff --git a/apps/arrow/README.md b/apps/arrow/README.md index 4b77dbc42..2833eab24 100644 --- a/apps/arrow/README.md +++ b/apps/arrow/README.md @@ -43,3 +43,7 @@ charge. This app is based in the work done by [jeffmer](https://github.com/jeffmer/JeffsBangleAppsDev) + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/gpssetup/README.md b/apps/gpssetup/README.md index 8e64c6a30..8c9445ec9 100644 --- a/apps/gpssetup/README.md +++ b/apps/gpssetup/README.md @@ -107,3 +107,8 @@ try { * Some useful code on Github can be found [here](https://portal.u-blox.com/s/question/0D52p0000925T00CAE/ublox-max-m8q-getting-stuck-when-sleeping-with-extint-pin-control) and [here](https://github.com/thasti/utrak/blob/master/gps.c) + + +Written by: [Hugh Barney, with support from Gordon Williams](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/kitchen/README.md b/apps/kitchen/README.md index 2a1b148fd..102881d15 100644 --- a/apps/kitchen/README.md +++ b/apps/kitchen/README.md @@ -280,3 +280,8 @@ The following error codes will be displayed if one of the dependancies is not me * Add a small graph to the heart rate monitor app * Add a facility to call the Arrow calibration process * Maybe create waypoints.json file if missing + + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/simplest/metadata.json b/apps/simplest/metadata.json index d938aab9f..d9d032376 100644 --- a/apps/simplest/metadata.json +++ b/apps/simplest/metadata.json @@ -3,6 +3,7 @@ "name": "Simplest Clock", "version": "0.06", "description": "The simplest working clock, acts as a tutorial piece", + "readme": "README.md", "icon": "simplest.png", "screenshots": [{"url":"screenshot_simplest.png"}], "type": "clock", diff --git a/apps/stepo/README.md b/apps/stepo/README.md index d26f656b7..d3eae7c41 100644 --- a/apps/stepo/README.md +++ b/apps/stepo/README.md @@ -34,3 +34,7 @@ clothing catches it. is 160*160 and is larger than required. The reason for this is that I plan to use this watch face with others in a multiclock format and want to be able to reuse the arrayBuffer with other clocks. + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/tapelauncher/README.md b/apps/tapelauncher/README.md index 2296dc357..899f15654 100644 --- a/apps/tapelauncher/README.md +++ b/apps/tapelauncher/README.md @@ -15,3 +15,8 @@ Reminiscent of a Telegram or Turing machine tape. **Swipe Left** - move forward to the next app icon **Swipe Right** - move backwards (to the left) to the previous app + + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/walkersclock/README.md b/apps/walkersclock/README.md index 7ff45a06a..e99b2e610 100644 --- a/apps/walkersclock/README.md +++ b/apps/walkersclock/README.md @@ -59,3 +59,8 @@ on the second line of the watch. ## Future Enhancements * Ability to turn on the heart rate monitor and display the rate on the info line * Maybe a simple stopwatch capability + + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/waypointer/README.md b/apps/waypointer/README.md index 3f0f529b8..e98fdbb7e 100644 --- a/apps/waypointer/README.md +++ b/apps/waypointer/README.md @@ -174,3 +174,7 @@ The majority of the code in this application is a merge of [jeffmer's](https://github.com/jeffmer/JeffsBangleAppsDev) GPS Navigation and Compass Navigation Applications. + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/widcom/README.md b/apps/widcom/README.md index 1e45d9090..5043dadea 100644 --- a/apps/widcom/README.md +++ b/apps/widcom/README.md @@ -9,3 +9,8 @@ aware. - Uses Bangle.isCompassOn(), requires firmware v2.08.167 or later - Shows in grey when the compass is off - Shows in amber when the compass is on + + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/widgps/README.md b/apps/widgps/README.md index 372747486..82aaf7d2f 100644 --- a/apps/widgps/README.md +++ b/apps/widgps/README.md @@ -8,3 +8,7 @@ it is useful to know if it has been switched on or not. - Uses Bangle.isGPSOn() - Shows in grey when the GPS is off - Shows in amber when the GPS is on + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/) diff --git a/apps/widhrt/README.md b/apps/widhrt/README.md index db16d3d35..dc1bb4388 100644 --- a/apps/widhrt/README.md +++ b/apps/widhrt/README.md @@ -6,3 +6,7 @@ Monitor. - Uses Bangle.isHRTOn(). Requires firmware v2.08.167 or later. - Shows in grey when the HRT is off - Shows in red when the HRT is on + +Written by: [Hugh Barney](https://github.com/hughbarney) For support +and discussion please post in the [Bangle JS +Forum](http://forum.espruino.com/microcosms/1424/)