We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ace81 commit 0c07094Copy full SHA for 0c07094
.travis.yml
@@ -24,6 +24,11 @@ install:
24
- mkdir -p $HOME/Arduino/libraries
25
- ln -s $PWD $HOME/Arduino/libraries/LoRa
26
script:
27
+ - buildExampleSketch LoRaDumpRegisters
28
+ - buildExampleSketch LoRaDuplex
29
+ - buildExampleSketch LoRaDuplexCallback
30
- buildExampleSketch LoRaReceiver
31
- buildExampleSketch LoRaReceiverCallback
32
- buildExampleSketch LoRaSender
33
+ - buildExampleSketch LoRaSetSpread
34
+ - buildExampleSketch LoRaSetSyncWord
0 commit comments