Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
zw_config_rf.h
Go to the documentation of this file.
1
7
8#ifndef _ZW_CONFIG_RF_H_
9#define _ZW_CONFIG_RF_H_
10
25
31#if !defined(APP_MAX_TX_POWER_LR)
32#define APP_MAX_TX_POWER_LR 140
33#endif /* !defined(APP_MAX_TX_POWER_LR) */
34
40#if !defined(APP_MAX_TX_POWER)
41#define APP_MAX_TX_POWER 0
42#endif /* !defined(APP_MAX_TX_POWER) */
43
49#if !defined(APP_MEASURED_0DBM_TX_POWER)
50#define APP_MEASURED_0DBM_TX_POWER 0
51#endif /* !defined(APP_MEASURED_0DBM_TX_POWER) */
52
58#if !defined(ENABLE_RADIO_DEBUG)
59#define ENABLE_RADIO_DEBUG 0
60#endif /* !defined(ENABLE_RADIO_DEBUG) */
61 /* \addtogroup max_tx_power_lr */
63 /* \addtogroup configuration */
65#endif /* _ZW_CONFIG_RF_H_ */