Add tag in version info

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-09-24 12:06:09 +09:00
parent 39ca2d205a
commit 873ccc91c5
3 changed files with 12 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
void app_main(void)
{
printf("\n\n== ODROID POWER-MATE ===\n");
printf("Versgition: %s\n\n", VERSION_HASH);
printf("Version: %s-%s\n\n", VERSION_TAG, VERSION_HASH);
ESP_ERROR_CHECK(i2cdev_init());
init_led();