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 8da74d2 commit 814881fCopy full SHA for 814881f
2 files changed
app/ground/receiver_module/433mhz.conf
@@ -0,0 +1 @@
1
+CONFIG_LICENSED_FREQUENCY=y
app/ground/receiver_module/Makefile
@@ -1,2 +1,11 @@
receiver:
2
west build -b radio_module app/ground/receiver_module -p auto -DDEBUG=y
3
+
4
+receiver-433:
5
+ west build -b radio_module app/ground/receiver_module -p auto -DDEBUG=y -DEXTRA_CONF_FILE=433mhz.conf
6
7
+receiver-flight:
8
+ west build -b radio_module app/ground/receiver_module -p auto
9
10
+receiver-flight-433:
11
+ west build -b radio_module app/ground/receiver_module -p auto -DEXTRA_CONF_FILE=433mhz.conf
0 commit comments