Skip to content

Commit 24c49ee

Browse files
committed
app: update info text
1 parent 6a7a04c commit 24c49ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/core/app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const char *app_get_version(void)
2424

2525
void app_print_info(void)
2626
{
27-
ESP_LOGW(TAG, "running %s", app_get_version());
27+
ESP_LOGW(TAG, "current version: %s", app_get_version());
2828
}
2929

3030
esp_err_t app_getenv(const char *key, void *out_value, size_t *length)

0 commit comments

Comments
 (0)