Add files via upload

This commit is contained in:
Knud Schrøder
2025-12-10 12:26:38 +01:00
committed by GitHub
parent 1dc0a111f2
commit c59d92fb31
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.defaultInterpreterPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python",
"python.interpreterPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python",
"python.pythonPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python",
"python.terminal.activateEnvironment": true,
"terminal.integrated.env.linux": {
"VIRTUAL_ENV": "${workspaceFolder}/.venv",
"PATH": "${workspaceFolder}/.venv/bin:${env:PATH}"
}
}
}

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Meshtastic Client
Comment=Meshtastic Desktop Client
Exec=meshtastic-client
Terminal=false
Type=Application
Icon=meshtastic
Categories=Network;Utility;
NoDisplay=false

BIN
LinuxMint/meshtastic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB