Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Add xrit-rx
Browse files Browse the repository at this point in the history
  • Loading branch information
sam210723 committed Jul 23, 2019
1 parent bfc062a commit 8f857d3
Show file tree
Hide file tree
Showing 10 changed files with 1,300 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,8 @@ venv.bak/

# mypy
.mypy_cache/


*desktop.ini
EncryptionKeyMessage.bin.dec
received/*
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Run xrit-rx (config)",
"type": "shell",
"command": "python xrit-rx.py",
"problemMatcher": []
}
]
}
8 changes: 8 additions & 0 deletions .vscode/vs.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "../"
}
],
"settings": {}
}
Loading

0 comments on commit 8f857d3

Please sign in to comment.