mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-25 23:13:46 +00:00
Add browser management report decoder
This commit is contained in:
@@ -23,7 +23,9 @@ jobs:
|
||||
mkdir -p .pio/libdeps/management-test
|
||||
pio pkg install --global --library 'rweather/Crypto@0.4.0' --storage-dir .pio/libdeps/management-test
|
||||
- name: Verify protocol, encryption, scheduling and MQTT decoding
|
||||
run: python3 -B test/test_management_report.py -v
|
||||
run: |
|
||||
python3 -B test/test_management_report.py -v
|
||||
node test/test_management_decoder.js
|
||||
|
||||
stm32-companion-smoke:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user