From 21f31f96647876fb6738aea90b6fd1e9e1b4b3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Tue, 16 Sep 2025 19:41:54 +0200 Subject: [PATCH] Fix image display --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 0d46873..345ab4a 100644 --- a/Readme.md +++ b/Readme.md @@ -171,11 +171,11 @@ This repository contains a basic "Hello, World!" project for the SmartCube. Once you open this git repository in VSCode and install the PlatformIO extension. You can click on the PlatformIO icon on the left sidebar -![platformio1](https://git.kopic.hr/tomislav/SmartCubeV1/raw/branch/main/hardware/pictures/platformio1.jpg) +![platformio1](https://git.kopic.hr/tomislav/SmartCubeV1/raw/branch/main/hardware/pictures/platformio1.png) In the PlatformIO panel, expand d1_mini_lite → General to reveal the available tasks. Click Build to compile the firmware, and then click Upload to flash it to your SmartCube. -![platformio2](https://git.kopic.hr/tomislav/SmartCubeV1/raw/branch/main/hardware/pictures/platformio2.jpg) +![platformio2](https://git.kopic.hr/tomislav/SmartCubeV1/raw/branch/main/hardware/pictures/platformio2.png) ### Project Structure: