mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
1.2.14
This commit is contained in:
1 parent
b56b59fae1
commit
cdac62e52e
3 files changed
+63
-31
No files matched your search
@@ -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.
Reference in new issue
Block a user