pub const netopt_t_NETOPT_RF_TESTMODE: netopt_t = 47;
Expand description

@brief (@ref netopt_rf_testmode_t) Test mode for the radio, e.g. for CE or FCC certification

Get/set the test mode as type @ref netopt_rf_testmode_t or as uint8_t if the radio supports other vendor specific test modes.

@note Setting this option should always return -ENOTSUP, unless it was explicitly allowed at build time, therefore it should be secured with an additional macro in the device driver.

@attention For development and certification purposes only! These test modes can disturb normal radio communications and exceed the limits established by the regulatory authority.