Merge branch 'bugfix/print_ready_after_init_transaction_forv4.1' into 'release/v4.1'

ble_mesh:change the location of print ready(v4.1)

See merge request espressif/esp-idf!19031
This commit is contained in:
Island
2022-07-14 17:28:31 +08:00

View File

@@ -116,8 +116,6 @@ void app_main(void)
initialize_filesystem();
#endif
printf("!!!ready!!!\n");
initialize_console();
/* Register commands */
@@ -160,7 +158,7 @@ void app_main(void)
prompt = "esp32> ";
#endif //CONFIG_LOG_COLORS
}
printf("!!!ready!!!\n");
/* Main loop */
while (true) {
/* Get a line using linenoise.