Skip to content

Commit ff7dcc3

Browse files
committed
Merge branch '2.5.6-hotfix'
2 parents f6f8ccf + d66b8fa commit ff7dcc3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip3 install poetry
2626
27-
- name: Bump version
28-
run: >-
29-
poetry version patch
27+
#- name: Bump version
28+
# run: >-
29+
# poetry version patch
3030

3131
- name: Get version
3232
id: get_version

meshtastic/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
have_test = False
3030

3131
import meshtastic.util
32+
import meshtastic.serial_interface
33+
import meshtastic.tcp_interface
34+
3235
from meshtastic import BROADCAST_ADDR, mt_config, remote_hardware
3336
from meshtastic.ble_interface import BLEInterface
3437
from meshtastic.mesh_interface import MeshInterface

0 commit comments

Comments
 (0)