Remove 'Description' header for module function description
This commit is contained in:
parent
23ce3e5451
commit
c10e81c292
|
@ -1,6 +1,6 @@
|
|||
# node Module
|
||||
## node.restart()
|
||||
####Description
|
||||
|
||||
Restarts the chip.
|
||||
|
||||
####Syntax
|
||||
|
@ -19,7 +19,7 @@ node.restart();
|
|||
```
|
||||
___
|
||||
## node.dsleep()
|
||||
####Description
|
||||
|
||||
Enter deep sleep mode, wake up when timed out.
|
||||
|
||||
####Syntax
|
||||
|
|
Loading…
Reference in New Issue