From 406e5a7f2bd3b46dca34d00cbb34c0e899aa5de2 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 6 Jul 2025 11:26:09 -0400 Subject: [PATCH] settings: title git hash 'build' for clarity --- watch-faces/settings/settings_face.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-faces/settings/settings_face.c b/watch-faces/settings/settings_face.c index cbadbd56..10aef508 100644 --- a/watch-faces/settings/settings_face.c +++ b/watch-faces/settings/settings_face.c @@ -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); }