This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25a9b35
commit 493a39b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pyradiotracking
updated
2 files
+3 −1 | radiotracking/__main__.py | |
+4 −0 | radiotracking/consume.py |
Submodule pimod
updated
14 files
+6 −3 | .github/workflows/shellcheck.yml | |
+26 −3 | .github/workflows/tests.yml | |
+1 −2 | Dockerfile | |
+79 −58 | README.md | |
+3 −0 | examples/Module-Hello.Pifile | |
+4 −0 | examples/RPi-OpenWRT.Pifile | |
+8 −0 | examples/RPi-RaspberryPiOSLite.Pifile | |
+1 −1 | modules/from_remote.sh | |
+3 −0 | modules/pifile.sh | |
+3 −2 | modules/qemu.sh | |
+5 −1 | pimod.sh | |
+10 −0 | stages/00-commands.sh | |
+6 −3 | stages/10-setup.sh | |
+4 −14 | stages/20-prepare.sh |