forked from iarv/Meshtastic-Client
Add files via upload
This commit is contained in:
9
Windows/compile.bat
Normal file
9
Windows/compile.bat
Normal 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
0
Windows/meshtastic.ico
Normal file
BIN
Windows/meshtastic.png
Normal file
BIN
Windows/meshtastic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 475 KiB |
1313
Windows/meshtastic_client.py
Normal file
1313
Windows/meshtastic_client.py
Normal file
File diff suppressed because it is too large
Load Diff
4
Windows/requirements.txt
Normal file
4
Windows/requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
meshtastic
|
||||
pyserial
|
||||
bleak
|
||||
protobuf
|
||||
Reference in New Issue
Block a user