diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bb2bd6..abeeb79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,9 +24,9 @@ jobs: python -m pip install --upgrade pip pip3 install poetry - - name: Bump version - run: >- - poetry version patch + #- name: Bump version + # run: >- + # poetry version patch - name: Get version id: get_version diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 6229e7d..0ffb170 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -29,6 +29,9 @@ except ImportError as e: have_test = False import meshtastic.util +import meshtastic.serial_interface +import meshtastic.tcp_interface + from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware from meshtastic.ble_interface import BLEInterface from meshtastic.mesh_interface import MeshInterface