mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ble_mesh:change the location of print ready
This commit is contained in:
parent
2e0bc4a3ef
commit
a36a41ea3f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user