mirror of
https://github.com/meshtastic/python.git
synced 2026-04-20 06:47:44 -04:00
Canned message - Extend messages length
This commit is contained in:
6
Makefile
6
Makefile
@@ -22,6 +22,12 @@ lint:
|
||||
slow:
|
||||
pytest -m unit --durations=5
|
||||
|
||||
proto: FORCE
|
||||
git submodule update --init --recursive
|
||||
git pull --rebase
|
||||
git submodule update --remote --merge
|
||||
./bin/regen-protos.sh
|
||||
|
||||
# run the coverage report and open results in a browser
|
||||
cov:
|
||||
pytest --cov-report html --cov=meshtastic
|
||||
|
||||
Reference in New Issue
Block a user