mirror of
https://github.com/meshtastic/python.git
synced 2026-02-05 21:41:16 -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
Reference in New Issue
Block a user