Skip to content

Commit 814881f

Browse files
committed
Add 433 support for receiver
1 parent 8da74d2 commit 814881f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_LICENSED_FREQUENCY=y
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
receiver:
22
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

Comments
 (0)