Skip to content

Commit 2c0d645

Browse files
authored
Update readme.md
### Complete Analysis (Recommended) (run both lines below to include an archive for support) ``` sudo python3 mesh_analyzer.py --check-power --detect-dropouts --roaming-test --html-report ``` then ``` sudo python3 mesh_analyzer.py --create-archive ```
1 parent 194e193 commit 2c0d645

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

MeshAnalyzer/readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,13 @@ chmod +x *.py
131131
sudo python3 mesh_analyzer.py
132132
```
133133

134-
### Complete Analysis (Recommended)
134+
### Complete Analysis (Recommended) (run both lines below to include an archive for support)
135135
```
136-
sudo python3 mesh_analyzer.py --check-power --detect-dropouts --roaming-test --html-report --create-archive
136+
sudo python3 mesh_analyzer.py --check-power --detect-dropouts --roaming-test --html-report
137+
```
138+
then
139+
```
140+
sudo python3 mesh_analyzer.py --create-archive
137141
```
138142

139143
## 🎛️ Main Features

0 commit comments

Comments
 (0)