Skip to content

Commit

Permalink
Ensure output dir of spectrum scan always exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Feb 2, 2025
1 parent f2461ed commit 33fd649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
# Jetbrain IDEs
.idea

# Spectrum scan
extras/SX126x_Spectrum_Scan/out/*

# PlatformIO
.pio*

Expand Down
2 changes: 2 additions & 0 deletions extras/SX126x_Spectrum_Scan/out/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# all output pictures
*.png

0 comments on commit 33fd649

Please sign in to comment.