forked from espressif/esp-idf
ble_mesh:change the location of print ready
This commit is contained in:
@@ -116,8 +116,6 @@ void app_main(void)
|
|||||||
initialize_filesystem();
|
initialize_filesystem();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf("!!!ready!!!\n");
|
|
||||||
|
|
||||||
initialize_console();
|
initialize_console();
|
||||||
|
|
||||||
/* Register commands */
|
/* Register commands */
|
||||||
@@ -160,7 +158,7 @@ void app_main(void)
|
|||||||
prompt = "esp32> ";
|
prompt = "esp32> ";
|
||||||
#endif //CONFIG_LOG_COLORS
|
#endif //CONFIG_LOG_COLORS
|
||||||
}
|
}
|
||||||
|
printf("!!!ready!!!\n");
|
||||||
/* Main loop */
|
/* Main loop */
|
||||||
while (true) {
|
while (true) {
|
||||||
/* Get a line using linenoise.
|
/* Get a line using linenoise.
|
||||||
|
Reference in New Issue
Block a user