We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7a04c commit 24c49eeCopy full SHA for 24c49ee
main/src/core/app.c
@@ -24,7 +24,7 @@ const char *app_get_version(void)
24
25
void app_print_info(void)
26
{
27
- ESP_LOGW(TAG, "running %s", app_get_version());
+ ESP_LOGW(TAG, "current version: %s", app_get_version());
28
}
29
30
esp_err_t app_getenv(const char *key, void *out_value, size_t *length)
0 commit comments