You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/07/04 12:59:34 UTC

[GitHub] cwanda commented on a change in pull request #213: Updated bletiny docs and added btshell docs

cwanda 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_r125466888
 
 

 ##########
 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
 
 Review comment:
   This line should be removed with your latest update to the shell
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services