Skip to content

Commit d4c636f

Browse files
committed
restores readme
1 parent 1156b06 commit d4c636f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.rst renamed to README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,9 @@ I strongly recommend using [rshell](https://github.com/dhylands/rshell).
2828
Now available with upip, could be installed with:
2929
``` python
3030
import upip
31-
import network
32-
from time import sleep
33-
wlan=network.WLAN(network.STA_IF)
34-
wlan.active(True)
35-
wlan.connect('<ssid>', '<password>')
36-
sleep(5)
3731
upip.install('micropython-rosserial')
3832
```
39-
If `micropython-rosserial` is installed, because of requirements, `ugenpy` and `TopicInfo` will too.
33+
If `micropython-rosserial` is installed, because of requirementes, `ugenpy` and `TopicInfo` will too.
4034
>Note: must be connected to WiFi to use upip like this.
4135
4236
**Have in mind before publishing or subscribing to a topic, the message class must be generated with `ugenpy`**

0 commit comments

Comments
 (0)