Canned message - Extend messages length

This commit is contained in:
Balazs Kelemen
2022-02-21 06:36:26 +01:00
parent 33ff4e36de
commit b56a054f50
7 changed files with 698 additions and 6 deletions

View File

@@ -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