mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
fetch adv lat, and adv lon in self info response
This commit is contained in:
parent
fba9eb63c7
commit
6a3e522106
1 changed files with 3 additions and 1 deletions
|
|
@ -356,7 +356,9 @@ class Device {
|
|||
txPower: bufferReader.readByte(),
|
||||
maxTxPower: bufferReader.readByte(),
|
||||
publicKey: bufferReader.readBytes(32),
|
||||
deviceLoc: bufferReader.readBytes(12),
|
||||
advLat: bufferReader.readUInt32LE(),
|
||||
advLon: bufferReader.readUInt32LE(),
|
||||
reserved: bufferReader.readBytes(4),
|
||||
radioFreq: bufferReader.readUInt32LE(),
|
||||
radioBw: bufferReader.readUInt32LE(),
|
||||
radioSf: bufferReader.readByte(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue