Skip to content

Commit ac269dc

Browse files
committed
Merge branch '2.0.x-maintenance' into master-merge-commit
# Conflicts: # src/lib/SX127xDriver/SX127x.cpp # src/lib/SX127xDriver/SX127xRegs.h
2 parents ed5fc60 + beff021 commit ac269dc

22 files changed

Lines changed: 60 additions & 25 deletions

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 "BETAFPV 2G4RX"
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 "BETAFPV 2G4Nano"
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 "BETAFPV 2G4Micro"
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 "BETAFPV 900Nano"
33
#endif
44

55
// There is some special handling for this target

src/include/target/BETAFPV_900_TX_MICRO.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#ifndef DEVICE_NAME
2-
#define DEVICE_NAME "BETAFPV 900TX Micro"
2+
#define DEVICE_NAME "BETAFPV 900Micro"
33
#endif
44

5-
// There is some special handling for this target
6-
#define TARGET_TX_BETAFPV_900_MICRO_V1
7-
85
// Any device features
6+
#define USE_SX1276_RFO_HF
97
#define USE_OLED_I2C
108
#define OLED_REVERSED
119
#define HAS_FIVE_WAY_BUTTON

src/include/target/FM30_RX_MINI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// There is some special handling for this target
99
#define TARGET_RX_FM30_MINI
1010
#ifndef DEVICE_NAME
11-
#define DEVICE_NAME "FM30 MINI"
11+
#define DEVICE_NAME "SIYI FM30 MINI"
1212
#endif
1313
#endif
1414

src/include/target/Frsky_RX_R9M.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ Credit to Jacob Walser (jaxxzer) for the pinout!!!
2121
#if defined(USE_R9MM_R9MINI_SBUS)
2222
#define GPIO_PIN_RCSIGNAL_RX PA3
2323
#define GPIO_PIN_RCSIGNAL_TX PA2
24-
#define DEVICE_NAME "R9MM SBUS"
24+
#define DEVICE_NAME "FrSky R9MM SBUS"
2525
#elif defined(TARGET_R9SLIM_RX)
2626
#define GPIO_PIN_RCSIGNAL_RX PA3 // RX1 PIN OF CONNECTOR 1 ON SLIM
2727
#define GPIO_PIN_RCSIGNAL_TX PA2 // TX1 PIN OF CONNECTOR 1 ON SLIM
28-
#define DEVICE_NAME "R9SLIM RX"
28+
#define DEVICE_NAME "FrSky R9SLIM RX"
2929
#elif defined(TARGET_R9SLIMPLUS_RX) // R9SLIMPLUS USES DUAL UART CONFIGURATION FOR TX1/RX1
3030
#define GPIO_PIN_RCSIGNAL_RX PB11 // RX1 PIN OF CONNECTOR 1 ON SLIMPLUS
3131
#define GPIO_PIN_RCSIGNAL_TX PA9 // TX1 PIN OF CONNECTOR 1 ON SLIMPLUS
32-
#define DEVICE_NAME "R9SLIM PLUS"
32+
#define DEVICE_NAME "FrSky R9SLIM+"
3333
#elif defined(TARGET_R900MINI_RX)
3434
#define GPIO_PIN_RCSIGNAL_RX PA3 // convinient pin for direct chip solder
3535
#define GPIO_PIN_RCSIGNAL_TX PA2 // convinient pin for direct chip solder
36-
#define DEVICE_NAME "R900 MINI"
36+
#define DEVICE_NAME "Jumper R900 MINI"
3737
#else
3838
#define GPIO_PIN_RCSIGNAL_RX PA10
3939
#define GPIO_PIN_RCSIGNAL_TX PA9
4040
#ifndef DEVICE_NAME
41-
#define DEVICE_NAME "R9MM"
41+
#define DEVICE_NAME "FrSky R9MM"
4242
#endif
4343
#endif
4444

src/include/target/Frsky_TX_R9M_LITE_PRO.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 "R9M Lite Pro"
2+
#define DEVICE_NAME "FrSky R9M Lt Pro"
33
#endif
44

55
#define TARGET_USE_EEPROM 1

src/include/target/HGLRC_Hermes_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 "HGLRC Hermes 24"
2+
#define DEVICE_NAME "HGLRC Hermes"
33
#endif
44

55
// Any device features

src/include/target/HappyModel_ES24TX_Pro_Series_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 "ES24TX Pro Ser"
2+
#define DEVICE_NAME "HM ES24TX Pro"
33
#endif
44

55
// Any device features

0 commit comments

Comments
 (0)