Skip to content

Commit a90f6a3

Browse files
minor cosmetic changes
1 parent 555e5ef commit a90f6a3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# CONTRIBUTING
1+
# Contributing
22

33
Guideline to contribute to this package
4+
5+
---------------
6+
7+
## TBD

docs/SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ready to test and run the examples.
5656
### Flash firmware
5757

5858
Flash the [MicroPython firmware][ref-upy-firmware-download] to the MicroPython
59-
board with this call in case a ESP32 is used.
59+
board. The following example call is valid for ESP32 boards.
6060

6161
```bash
6262
esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART erase_flash

examples/tcp_host_example.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
print('Status of IREG {}: {}'.format(ireg_address, register_value))
202202
time.sleep(1)
203203

204+
print()
205+
204206
# reset all registers back to their default values on the client
205207
# WRITE COILS
206208
print('Resetting register data to default values...')

0 commit comments

Comments
 (0)