We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f8ccf + d66b8fa commit ff7dcc3Copy full SHA for ff7dcc3
.github/workflows/release.yml
@@ -24,9 +24,9 @@ jobs:
24
python -m pip install --upgrade pip
25
pip3 install poetry
26
27
- - name: Bump version
28
- run: >-
29
- poetry version patch
+ #- name: Bump version
+ # run: >-
+ # poetry version patch
30
31
- name: Get version
32
id: get_version
meshtastic/__main__.py
@@ -29,6 +29,9 @@
have_test = False
import meshtastic.util
+import meshtastic.serial_interface
33
+import meshtastic.tcp_interface
34
+
35
from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
36
from meshtastic.ble_interface import BLEInterface
37
from meshtastic.mesh_interface import MeshInterface
0 commit comments