mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
code error
This commit is contained in:
parent
1d2fad9cec
commit
46d65fa7f1
1 changed files with 1 additions and 1 deletions
2
mccli.py
2
mccli.py
|
|
@ -502,7 +502,7 @@ class MeshCore:
|
|||
+ int(0).to_bytes(1, 'little'))
|
||||
|
||||
async def set_devicepin (self, pin):
|
||||
return await self.send(b"\x37" \
|
||||
return await self.send(b"\x25" \
|
||||
+ int(pin).to_bytes(4, 'little'))
|
||||
|
||||
async def get_contacts(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue