this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cleanup readme

alice 536a0f41 3ef39c32

+4 -2
+3
README.md
··· 1 + # TID clock (and other watchfaces for pebble) 2 + 3 + Use [rebbletool](https://github.com/richinfante/rebbletool) to build and install on your pebble or in an emulator on a modern computer.
+1 -2
src/c/watchface.c
··· 6 6 7 7 // --- Clock Module Includes --- 8 8 #include "clock_beat.h" 9 - // #include "clock_noonzone.h" // Removed 9 + // #include "clock_noonzone.h" 10 10 #include "clock_closest_noon.h" 11 11 #include "clock_tid.h" 12 12 #include "clock_decimal.h" ··· 137 137 } 138 138 139 139 static void deinit() { 140 - // Destroy Window 141 140 window_destroy(s_main_window); 142 141 } 143 142