mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 08:27:55 -05:00
Merge branch '2.5.6-hotfix'
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user