mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 19:37:52 -05:00
1.2.14
This commit is contained in:
@@ -289,7 +289,7 @@ class Node:
|
||||
p.set_channel.CopyFrom(self.channels[channelIndex])
|
||||
|
||||
self._sendAdmin(p, adminIndex=adminIndex)
|
||||
logging.debug("Wrote channel {channelIndex}")
|
||||
logging.debug(f"Wrote channel {channelIndex}")
|
||||
|
||||
def deleteChannel(self, channelIndex):
|
||||
"""Delete the specifed channelIndex and shift other channels up"""
|
||||
@@ -2425,7 +2425,7 @@ wantResponse – True if you want the service on the other side to send an a
|
||||
p.set_channel.CopyFrom(self.channels[channelIndex])
|
||||
|
||||
self._sendAdmin(p, adminIndex=adminIndex)
|
||||
logging.debug("Wrote channel {channelIndex}")
|
||||
logging.debug(f"Wrote channel {channelIndex}")
|
||||
|
||||
def deleteChannel(self, channelIndex):
|
||||
"""Delete the specifed channelIndex and shift other channels up"""
|
||||
@@ -2921,7 +2921,7 @@ wantResponse – True if you want the service on the other side to send an a
|
||||
p.set_channel.CopyFrom(self.channels[channelIndex])
|
||||
|
||||
self._sendAdmin(p, adminIndex=adminIndex)
|
||||
logging.debug("Wrote channel {channelIndex}")</code></pre>
|
||||
logging.debug(f"Wrote channel {channelIndex}")</code></pre>
|
||||
</details>
|
||||
</dd>
|
||||
<dt id="meshtastic.Node.writeConfig"><code class="name flex">
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
setup.py
2
setup.py
@@ -12,7 +12,7 @@ with open("README.md", "r") as fh:
|
||||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="meshtastic",
|
||||
version="1.2.13",
|
||||
version="1.2.14",
|
||||
description="Python API & client shell for talking to Meshtastic devices",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user