Skip to content

Commit 7e81f83

Browse files
committed
Fix image links
1 parent ad78e51 commit 7e81f83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/devices/SeedStudio-SenseCAP-D1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The device is a 4-Inch Touch Screen IoT development platform powered by ESP32S3 & RP2040. It has variants with LoRa support, and Air Quality support.
44

5-
![Device Image](_media/devices/SeedStudio-SenseCap-D1.jpg)
5+
![Device Image](../_media/devices/SeedStudio-SenseCap-D1.jpg)
66

77
Link to purchase the device [SeedStudio web site](https://www.seeedstudio.com/SenseCAP-Indicator-D1L-p-5646.html)
88

@@ -139,7 +139,7 @@ For easy setup, download and install [Thonny](https://thonny.org/):
139139
- The script will automatically run at power on
140140

141141
Here is how it should look like:
142-
![Thonny console](_media/devices/SeedStudio-SenseCap-D1-Thonny.jpg)
142+
![Thonny console](../_media/devices/SeedStudio-SenseCap-D1-Thonny.jpg)
143143

144144
# MicroPython code for RP2040
145145

@@ -312,4 +312,4 @@ run()
312312

313313
SeedStudio does not provide the detailed schematics, but still provides an overview of GPIO connection:
314314

315-
![SenseCap D1 internals](_media/devices/SeedStudio-SenseCap-D1-Internal.jpg)
315+
![SenseCap D1 internals](../_media/devices/SeedStudio-SenseCap-D1-Internal.jpg)

0 commit comments

Comments
 (0)