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