mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
mutli_ack -> multi_acks
This commit is contained in:
committed by
Florent
parent
3ad3be82e7
commit
9b6c799d04
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "meshcore"
|
name = "meshcore"
|
||||||
version = "2.1.18"
|
version = "2.1.19"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
||||||
{ name="Alex Wolden", email="awolden@gmail.com" },
|
{ name="Alex Wolden", email="awolden@gmail.com" },
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ class DeviceCommands(CommandHandlerBase):
|
|||||||
infos["adv_loc_policy"] = advert_loc_policy
|
infos["adv_loc_policy"] = advert_loc_policy
|
||||||
return await self.set_other_params_from_infos(infos)
|
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 = (await self.send_appstart()).payload
|
||||||
infos["multi_acks"] = multi_acks
|
infos["multi_acks"] = multi_acks
|
||||||
return await self.set_other_params_from_infos(infos)
|
return await self.set_other_params_from_infos(infos)
|
||||||
|
|||||||
Reference in New Issue
Block a user