From 9200db24be57493576f27effbf840f95cd4f6cc6 Mon Sep 17 00:00:00 2001 From: jLynx Date: Sat, 2 Apr 2022 22:02:05 +1300 Subject: [PATCH] WIP --- CMakeLists.txt | 2 +- firmware/application/ui_navigation.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31b9bf3b7..471064f6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ if ("$ENV{EnvironmentVariableName}" STREQUAL "") if (GIT_VERSION_FOUND) set(VERSION "unknown") else (GIT_VERSION_FOUND) - set(VERSION "local-${GIT_VERSION}") + set(VERSION "git-${GIT_VERSION}") endif (GIT_VERSION_FOUND) endif() diff --git a/firmware/application/ui_navigation.hpp b/firmware/application/ui_navigation.hpp index 316911347..68723744d 100644 --- a/firmware/application/ui_navigation.hpp +++ b/firmware/application/ui_navigation.hpp @@ -190,7 +190,7 @@ namespace ui void on_speaker(); void on_stealth(); void on_bias_tee(); - //void on_textentry(); + // void on_textentry(); void on_camera(); void on_title(); void refresh(); @@ -212,7 +212,7 @@ namespace ui void refresh(); private: - // static constexpr auto version_string = "v1.4.4"; + // static constexpr auto version_string = "v1.4.4"; // This is commented out as we are now setting the version via ENV (VERSION_STRING=v1.0.0) NavigationView &nav_; Rectangle backdrop{