aditihilbert commented on a change in pull request #213: Updated bletiny docs 
and added btshell docs
URL: https://github.com/apache/mynewt-site/pull/213#discussion_r127795418
 
 

 ##########
 File path: docs/os/tutorials/blinky_console.md
 ##########
 @@ -180,26 +176,24 @@ Once you have a connection set up, you can connect to 
your device as follows:
 To test and make sure that the Shell is running, first just hit <return>:
     
 ```no-highlight
-3534: >
+004543 shell>
 ```
 
 You can try some commands:
 
 ```no-highlight
-3609: > ?
-Commands:
-8841:     echo         ?    prompt     ticks     tasks  mempools
-8843:     date         b
-8844: > ticks off
- Console Ticks off
- > prompt off
- Prompt now off.
-ticks on
-33383: Console Ticks on
-
-33568:
-prompt on
-39108: Prompt now on.
-39108: >
+014930 shell> help
+015242 Available modules:
+015242 os
+015243 To select a module, enter 'select <module name>'.
+015244 shell> os <TAB>
+015525 help
+015525 tasks                         show os tasks
+015526 mpool                         show system mpool
+015526 date                          show system date
+015527 shell> os date
+016923 module: 0, command: date
+016924 1970-01-01T00:02:12.218736+00:00
+016925 shell>
 ```
 
 Review comment:
   I think it is clearest to keep the behavior the same as before. So modify 
the shell prompt command handler. Hopefully it is not much of a code change. 
Thanks, Michal and Wanda!
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to