File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2929 have_test = False
3030
3131import meshtastic .util
32+ import meshtastic .serial_interface
33+ import meshtastic .tcp_interface
34+
3235from meshtastic import BROADCAST_ADDR , mt_config , remote_hardware
3336from meshtastic .ble_interface import BLEInterface
3437from meshtastic .mesh_interface import MeshInterface
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " meshtastic"
3- version = " 2.5.6 "
3+ version = " 2.5.6post1 "
44description = " Python API & client shell for talking to Meshtastic devices"
55authors = [" Meshtastic Developers <contact@meshtastic.org>" ]
66license = " GPL-3.0-only"
You can’t perform that action at this time.
0 commit comments