Skip to content

Commit 05ec963

Browse files
committed
BetaFPV Device Names
1 parent 53aebfa commit 05ec963

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/include/target/BETAFPV_2400_RX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DEVICE_NAME
2-
#define DEVICE_NAME "BETAFPV 2400RX"
2+
#define DEVICE_NAME "bFPV 2400RX"
33
#endif
44

55
#define USE_SX1280_DCDC

src/include/target/BETAFPV_2400_TX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DEVICE_NAME
2-
#define DEVICE_NAME "BETAFPV 2400TX"
2+
#define DEVICE_NAME "bFPV 2400TX"
33
#endif
44

55
// There is some special handling for this target

src/include/target/BETAFPV_2400_TX_MICRO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DEVICE_NAME
2-
#define DEVICE_NAME "BETAFPV 2400TX Micro"
2+
#define DEVICE_NAME "bFPV 2G4TX Micro"
33
#endif
44

55
// Any device features

src/include/target/BETAFPV_900_TX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DEVICE_NAME
2-
#define DEVICE_NAME "BETAFPV 900TX"
2+
#define DEVICE_NAME "bFPV 900TX"
33
#endif
44

55
// There is some special handling for this target

0 commit comments

Comments
 (0)