]> git.earman.xyz Git - sensor-watch.git/commitdiff
settings: title git hash 'build' for clarity
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 6 Jul 2025 15:26:09 +0000 (11:26 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 6 Jul 2025 15:26:09 +0000 (11:26 -0400)
watch-faces/settings/settings_face.c

index cbadbd56b9759a940fe40ffde764b5cc665392c3..10aef50830f1322529d8c136e861c018dc24e34f 100644 (file)
@@ -220,7 +220,7 @@ static void  git_hash_setting_display(uint8_t subsecond) {
     char buf[8];
     // BUILD_GIT_HASH will already be truncated to 6 characters in the makefile, but this is to be safe.
     sprintf(buf, "%.6s", BUILD_GIT_HASH);
-    watch_display_text_with_fallback(WATCH_POSITION_TOP_LEFT, "GH ", "GH");
+    watch_display_text_with_fallback(WATCH_POSITION_TOP, "Bu{d ", "bU");
     watch_display_text(WATCH_POSITION_BOTTOM, buf);
 }