mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-12 12:16:54 +00:00
mutli_ack -> multi_acks
This commit is contained in:
committed by
Florent
parent
3ad3be82e7
commit
9b6c799d04
@@ -152,7 +152,7 @@ class DeviceCommands(CommandHandlerBase):
|
||||
infos["adv_loc_policy"] = advert_loc_policy
|
||||
return await self.set_other_params_from_infos(infos)
|
||||
|
||||
async def set_multi_ack(self, multi_acks: int) -> Event:
|
||||
async def set_multi_acks(self, multi_acks: int) -> Event:
|
||||
infos = (await self.send_appstart()).payload
|
||||
infos["multi_acks"] = multi_acks
|
||||
return await self.set_other_params_from_infos(infos)
|
||||
|
||||
Reference in New Issue
Block a user