From df552baf24fe2e6c2d39686f5aed76e8df60847e Mon Sep 17 00:00:00 2001
From: Francois <thiebolt@irit.fr>
Date: Mon, 11 Apr 2022 16:48:07 +0200
Subject: [PATCH] update

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c0f8f078..1d8ee1df 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,11 @@ The board features four specific sensors able to measure NO2, CO, CH20, NO2 alte
 First of all, you ought to install esp32, esp8266 or CubeCell support in your Arduino IDE.
 
 | Device   | Release | Arduino Board Manager json file                                                                            |
-|----------|----------------------------------------------------------------------------------------------------------------------|
+|----------|---------|------------------------------------------------------------------------------------------------------------|
 | esp8266  | 2.7.1   | https://arduino.esp8266.com/stable/package_esp8266com_index.json                                           |
 | esp32    | 1.0.6   | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json                |
-| CubeCell | latest  | https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.3.0/package_CubeCell_index.json  |
-| stm32    | latest  | https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json             |
+| CubeCell | *latest*  | https://github.com/HelTecAutomation/CubeCell-Arduino/releases/download/V1.3.0/package_CubeCell_index.json  |
+| stm32    | *latest*  | https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json             |
 
 Then, run script `./deploy.sh` and boards will get added to your Arduino boards list :)
 
-- 
GitLab