Skip to content

Commit 74f02cf

Browse files
committed
Renamed others for consistency
1 parent ffe3512 commit 74f02cf

14 files changed

Lines changed: 45 additions & 17 deletions

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/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 2G4"
33
#endif
44

55
// Any device features

src/include/target/MATEK_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 "MATEK 2400RX"
2+
#define DEVICE_NAME "MATEK R24"
33
#endif
44
// GPIO pin definitions
55
#define GPIO_PIN_NSS 15

src/include/target/NamimnoRC_FLASH_2400_OLED_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 "Nm.Flash OLED"
2+
#define DEVICE_NAME "NM Flash OLED"
33
#endif
44

55
// Features

src/include/target/NamimnoRC_FLASH_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 "Namimno 2400RX"
2+
#define DEVICE_NAME "NM 2400RX"
33
#endif
44
// GPIO pin definitions
55
#define GPIO_PIN_RST PB4

src/include/target/NamimnoRC_FLASH_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 "Namimno Flash"
2+
#define DEVICE_NAME "NM Flash"
33
#endif
44

55
#define USE_TX_BACKPACK

src/include/target/NamimnoRC_VOYAGER_900_ESP_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 "Namimno 900RX"
2+
#define DEVICE_NAME "NM 900RX"
33
#endif
44
// GPIO pin definitions
55
#define GPIO_PIN_NSS 15

src/include/target/NamimnoRC_VOYAGER_900_OLED_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 "Nm.Voyager OLED"
2+
#define DEVICE_NAME "NM Voyager OLED"
33
#endif
44

55
// Features

src/include/target/NamimnoRC_VOYAGER_900_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 "Namimno 900RX"
2+
#define DEVICE_NAME "NM 900RX"
33
#endif
44
// GPIO pin definitions
55
#define GPIO_PIN_RST PC14

0 commit comments

Comments
 (0)