diff --git a/halow/mmhalow.c b/halow/mmhalow.c index e060821..96f44aa 100644 --- a/halow/mmhalow.c +++ b/halow/mmhalow.c @@ -158,6 +158,8 @@ void mmhalow_print_version_info(void) if (status != MMWLAN_SUCCESS) { ESP_LOGE(TAG, "Error occured whilst retrieving version info - %d", status); + ESP_LOGI(TAG, "-----------------------------------"); + return; } ESP_LOGI(TAG, " Morselib version: %s", version.morselib_version);