Add files via upload

This commit is contained in:
Knud Schrøder
2025-11-24 19:13:53 +01:00
committed by GitHub
parent 239a37f26d
commit 4eb1386a5a
5 changed files with 1326 additions and 0 deletions

9
Windows/compile.bat Normal file
View File

@@ -0,0 +1,9 @@
d:
cd D:\SynologyDrive\GIT\Meshtastic\Meshtastic_client
pyinstaller --clean --noconsole --onefile --name "MeshtasticClient" --icon="meshtastic.ico" --add-data "meshtastic.ico;." "meshtastic_client.py"
del MeshtasticClient.spec
rmdir /S /Q build
copy dist\*.exe .
rmdir /S /Q dist

0
Windows/meshtastic.ico Normal file
View File

BIN
Windows/meshtastic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 KiB

1313
Windows/meshtastic_client.py Normal file

File diff suppressed because it is too large Load Diff

4
Windows/requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
meshtastic
pyserial
bleak
protobuf