mirror of
https://github.com/agessaman/meshcore-packet-capture.git
synced 2026-04-20 23:23:37 +00:00
add ble_scan_helper download
This commit is contained in:
parent
7a6e959bcc
commit
3db7fbc75e
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ function Start-Installation {
|
|||
$baseUrl = "https://raw.githubusercontent.com/$Repo/$Branch"
|
||||
|
||||
# Download files
|
||||
$files = @("packet_capture.py", "auth_token.py", "enums.py", "ble_pairing_helper.py", "requirements.txt")
|
||||
$files = @("packet_capture.py", "auth_token.py", "enums.py", "ble_pairing_helper.py", "ble_scan_helper.py", "requirements.txt")
|
||||
|
||||
foreach ($file in $files) {
|
||||
Write-Host "INFO: Downloading $file..." -ForegroundColor Blue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue