Skip to content

Commit

Permalink
attempt at blocking ci with meta
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Buer <[email protected]>
  • Loading branch information
Erik Buer committed Oct 13, 2024
1 parent fab245e commit 8dcb15e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/Examples/receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
This example configures the BladeRF as a receiver and captures samples on channel 0.
There is a lot of setup, as this is a low level API.

```@example Receiver
@setup only=LOCAL # Only run with connected hardware
```@meta
DocTestSetup = :(ENV["LOCAL"] == "true")
```

```@example Receiver
using ..BladeRF
using DSP
using Plots
Expand Down

0 comments on commit 8dcb15e

Please sign in to comment.