From 7a5958b198100f4b9f52969aba8a37e72d307ec4 Mon Sep 17 00:00:00 2001
From: francois <francois@clever.amilab.irit.fr>
Date: Fri, 12 Feb 2021 10:27:49 +0100
Subject: [PATCH] minor fix in arduino menu for lorawan neOSensor

---
 README.md                                   | 2 +-
 arduinoIDE_cubecell_boards/boards.local.txt | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 263f5c4b..b237e470 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ First of all, you ought to install esp32, esp8266 or CubeCell support in your Ar
 | esp32    | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
 | CubeCell | https://resource.heltec.cn/download/package_CubeCell_index.json                             |
 
-Then, run script './deploy.sh' and boards will get added to your Arduino boards list :)
+Then, run script `./deploy.sh` and boards will get added to your Arduino boards list :)
 
 If not already installed, you'll need python-serial package; thus either you install it at the system level
 ```
diff --git a/arduinoIDE_cubecell_boards/boards.local.txt b/arduinoIDE_cubecell_boards/boards.local.txt
index c2861f24..e027fa10 100644
--- a/arduinoIDE_cubecell_boards/boards.local.txt
+++ b/arduinoIDE_cubecell_boards/boards.local.txt
@@ -53,10 +53,10 @@ neOSensor.menu.LORAWAN_AT_SUPPORT.0=no AT support
 neOSensor.menu.LORAWAN_AT_SUPPORT.0.build.LORAWAN_AT_SUPPORT=0
 
 # On board RGB led
-neOSensor.menu.RGB.0=RGB led disabled
-neOSensor.menu.RGB.0.build.RGB=0
-neOSensor.menu.RGB.1=RGB led active
-neOSensor.menu.RGB.1.build.RGB=1
+neOSensor.menu.LORAWAN_RGB.0=RGB led disabled
+neOSensor.menu.LORAWAN_RGB.0.build.RGB=0
+neOSensor.menu.LORAWAN_RGB.1=RGB led active
+neOSensor.menu.LORAWAN_RGB.1.build.RGB=1
 
 # LoRaWAN debug: None(0) to 2
 neOSensor.menu.LORAWAN_DebugLevel.0=None
-- 
GitLab