Just Call Me Koko 6 лет назад
Родитель
Сommit
0a1e044b9a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -89,7 +89,7 @@ Make the following connections between your 2.8" TFT Screen and your ESP32 board
 4. Go to `Tools`>`Board`>`Boards Manager`, search for `esp32` and install `esp32 by Espressif Systems`
 5. Install Spacehuhn's [SimpleList](https://github.com/spacehuhn/SimpleList) library in your Arduino IDE
     - Download the SimpleList repo
-    - In the Arduino IDE, go to `Sketch`>`Include Library`>`Add .ZIP Library...` and add the SimpleList-master.zip you just downloaded  
+    - In the Arduino IDE, go to `Sketch`>`Include Library`>`Add .ZIP Library...` and add the SimpleList-master.zip you just downloaded
 <!---6. Install Bodmer's [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) library in your Arduino IDE--->
 6. Install my fork of Bodmer's [TFT_eSPI](https://github.com/justcallmekoko/TFT_eSP) library in your Arduino IDE
     - Download the TFT_eSPI repo