Update README.md

This commit is contained in:
Verkehrsrot 2022-01-23 12:00:09 +01:00 committed by GitHub
parent c810fe6833
commit 7e6e160aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,22 +325,22 @@ Hereafter described is the default *plain* format, which uses MSB bit numbering.
**Port #3:** Device configuration query result
byte 1: Lora SF (0..15, see rcommand 0x05) [default 5]
byte 1: Lora DR (0..15, see rcommand 0x05) [default 5]
byte 2: Lora TXpower (2..15) [default 15]
byte 3: Lora ADR (1=on, 0=off) [default 1]
byte 4: Screensaver status (1=on, 0=off) [default 0]
byte 5: Display status (1=on, 0=off) [default 0]
byte 6: Counter mode (0=cyclic unconfirmed, 1=cumulative, 2=cyclic confirmed) [default 0]
bytes 7-8: RSSI limiter threshold value (negative) [default 0]
byte 9: Lora Payload send cycle in seconds/2 (0..255) [default 120]
bytes 7-8: RSSI limiter threshold value (negative, MSB) [default 0]
byte 9: Scan and send cycle in seconds/2 (0..255) [default 120]
byte 10: Wifi channel hopping interval in seconds/100 (0..255), 0 means no hopping [default 50]
byte 11: Bluetooth channel switch interval in seconds/100 (0..255) [default 10]
byte 12: Bluetooth scanner status (1=on, 0=0ff) [default 1]
byte 13: Wifi antenna switch (0=internal, 1=external) [default 0]
byte 14: 0 (reserved)
byte 15: RGB LED luminosity (0..100 %) [default 30]
byte 16: Flags (Bitmask, 0..255)
byte 17: Payloadmask (Bitmask, 0..255, see rcommand 0x14)
byte 16: Payloadmask (Bitmask, 0..255, see rcommand 0x14)
byte 17: 0 (reserved)
bytes 18-28: Software version (ASCII format, terminating with zero)