Skip to content

Commit 2dd8bd2

Browse files
committed
docs: update link to thin-edge.io install guide
1 parent b971afa commit 2dd8bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sense-hat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
1. Setup your Raspberry Pi with Raspberry Pi OS (other OS should also work but it is not always easy to get the Sense HAT working)
1111
2. Make sure `sudo apt-get install sense-hat` is installed (it should be there by default in Raspberry Pi OS)
12-
3. Install and connect the thin-edge (https://github.com/thin-edge/thin-edge.io/blob/main/docs/src/howto-guides/002_installation.md)
12+
3. Install and connect the thin-edge (https://thin-edge.github.io/thin-edge.io/install/)
1313
4. Clone this repository
1414
5. On the level of setup.py run `sudo python setup.py install`
1515

sense-hat/thin_edge_sense_hat/thin_edge_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, interval = 10, showImage = True):
2929
self.running = True
3030
self.interval = interval
3131
self.showImage = showImage
32-
self._measurement_topic = "te/device/main///m/"
32+
self._measurement_topic = 'te/device/main///m/'
3333

3434
def joystick_up(self, event):
3535
if event.action == ACTION_PRESSED:

0 commit comments

Comments
 (0)