Skip to content
Snippets Groups Projects
Commit 7a5958b1 authored by francois's avatar francois
Browse files

minor fix in arduino menu for lorawan neOSensor

parent 6561c136
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment