Skip to content

Commit f26c511

Browse files
remove micropython-urequests dependency from SETUP guide
1 parent 332471f commit f26c511

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/SETUP.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,7 @@ mkdir /pyboard/lib/umodbus
103103
cp umodbus/* /pyboard/lib/umodbus
104104
```
105105

106-
As this package depends on [`micropython-urequests`][ref-urequests] to perform
107-
TCP requests those files have to be copied as well to the MicroPython board.
108-
This is of course only necessary if TCP connection are used, in case only
109-
serial (RTU )Modbus communication is used this step can be skipped.
110-
111-
### Additional MicroPython packages
106+
### Additional MicroPython packages for examples
112107

113108
To use this package with the provided [`boot.py`][ref-package-boot-file] and
114109
[`main.py`][ref-package-boot-file] file, additional modules are required,
@@ -151,7 +146,6 @@ README for further instructions.
151146
[ref-upy-firmware-download]: https://micropython.org/download/
152147
[ref-remote-upy-shell]: https://github.com/dhylands/rshell
153148
[ref-umodbus-module]: https://github.com/brainelectronics/micropython-modbus/tree/develop/umodbus
154-
[ref-urequests]: https://micropython.org/pi/urequests/urequests-0.6.tar.gz
155149
[ref-package-boot-file]: https://github.com/brainelectronics/micropython-modbus/blob/c45d6cc334b4adf0e0ffd9152c8f08724e1902d9/boot.py
156150
[ref-package-main-file]: https://github.com/brainelectronics/micropython-modbus/blob/c45d6cc334b4adf0e0ffd9152c8f08724e1902d9/main.py
157151
[ref-github-be-mircopython-modules]: https://github.com/brainelectronics/micropython-modules

0 commit comments

Comments
 (0)