Added RGB Led doc
This commit is contained in:
parent
c7d548a7cc
commit
c066a62ede
13
README.md
13
README.md
@ -177,7 +177,7 @@ Note: all settings are stored in NVRAM and will be reloaded when device starts.
|
|||||||
|
|
||||||
0x80 get device configuration
|
0x80 get device configuration
|
||||||
|
|
||||||
device answers with it's current configuration:
|
device answers with it's current configuration. The configuration is a C structure declared in file [globals.h](src/globals.h#L22-L37) with the following definition:
|
||||||
|
|
||||||
byte 1: Lora SF (7..12)
|
byte 1: Lora SF (7..12)
|
||||||
byte 2: Lora TXpower (2..15)
|
byte 2: Lora TXpower (2..15)
|
||||||
@ -203,6 +203,17 @@ Note: all settings are stored in NVRAM and will be reloaded when device starts.
|
|||||||
|
|
||||||
bytes 1-3: chip temperature in celsius (little endian format)
|
bytes 1-3: chip temperature in celsius (little endian format)
|
||||||
|
|
||||||
|
# RGB Led color description
|
||||||
|
|
||||||
|
Description of the RGB LED color (Lopy and Lolin32 only):
|
||||||
|
|
||||||
|
- Yellow quick blink
|
||||||
|
- LoRaWAN join
|
||||||
|
- Blue blink
|
||||||
|
- LoRaWAN transmit (including receive windows)
|
||||||
|
- Magenta each blink
|
||||||
|
- BLE Scan, seen a device (new or not)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
Copyright 2018 Oliver Brandmueller <ob@sysadm.in>
|
Copyright 2018 Oliver Brandmueller <ob@sysadm.in>
|
||||||
|
Loading…
Reference in New Issue
Block a user