Skip to content

Commit f027115

Browse files
authored
Rename RadioSettingGrpPub to TransportSettingGrpPub (#1295)
https://www.mysensors.org/apidocs/group__RadioSettingGrpPub.html had the headline "Radio selection". In MySensors lingo, we probably mean "Transport selection", especially since RS485 is included but does not use radio. By renaming the group and the text, it might become easier for users to understand which different transports are supported by MySensors. This fixes #1272
1 parent 2868549 commit f027115

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

MyConfig.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,16 @@
192192

193193

194194
/**
195-
* @defgroup RadioSettingGrpPub Radio selection
195+
* @defgroup TransportSettingGrpPub Transport selection
196196
* @ingroup MyConfigGrp
197-
* @brief These options control what radio type to use and various radio specific customisations.
197+
* @brief These options control what transport type to use and various transport specific customisations.
198198
* @{
199199
*/
200200

201201

202202
/**
203203
* @defgroup RS485SettingGrpPub RS485
204-
* @ingroup RadioSettingGrpPub
204+
* @ingroup TransportSettingGrpPub
205205
* @brief These options are specific to the RS485 wired transport.
206206
* @{
207207
*/
@@ -254,7 +254,7 @@
254254

255255
/**
256256
* @defgroup RF24SettingGrpPub RF24
257-
* @ingroup RadioSettingGrpPub
257+
* @ingroup TransportSettingGrpPub
258258
* @brief These options are specific to the RF24 family of wireless transport modules.
259259
*
260260
* The following chips are supported by this driver:
@@ -441,7 +441,7 @@
441441

442442
/**
443443
* @defgroup NRF5SettingGrpPub nRF5
444-
* @ingroup RadioSettingGrpPub
444+
* @ingroup TransportSettingGrpPub
445445
* @brief These options are specific to the nRF5 (with Enhanced ShockBurst) family of wireless
446446
* transport modules.
447447
*
@@ -572,7 +572,7 @@
572572

573573
/**
574574
* @defgroup RFM69SettingGrpPub RFM69
575-
* @ingroup RadioSettingGrpPub
575+
* @ingroup TransportSettingGrpPub
576576
* @brief These options are specific to the %RFM69 family of wireless transport modules.
577577
*
578578
* The following chips are supported by this driver:
@@ -793,7 +793,7 @@
793793

794794
/**
795795
* @defgroup RFM95SettingGrpPub RFM95
796-
* @ingroup RadioSettingGrpPub
796+
* @ingroup TransportSettingGrpPub
797797
* @brief These options are specific to the %RFM95 family of wireless transport modules.
798798
*
799799
* The following chips are supported by this driver:
@@ -955,7 +955,7 @@
955955

956956
/**
957957
* @defgroup SoftSpiSettingGrpPub Soft SPI
958-
* @ingroup RadioSettingGrpPub
958+
* @ingroup TransportSettingGrpPub
959959
* @brief These options are specific the soft SPI driver for certain radio transport drivers.
960960
*
961961
* The following transport drivers supported by this driver:
@@ -997,7 +997,7 @@
997997
#endif
998998
/** @}*/ // End of SoftSpiSettingGrpPub group
999999

1000-
/** @}*/ // End of RadioSettingGrpPub group
1000+
/** @}*/ // End of TransportSettingGrpPub group
10011001

10021002
/**
10031003
* @defgroup RoutingNodeSettingGrpPub Routing and node

0 commit comments

Comments
 (0)