[ESP8266 Only] Signaling Test AT Commands¶
- AT+FACTPLCP: Send with long or short PLCP (Physical Layer Convergence Procedure)
[ESP8266 Only] AT+FACTPLCP: Send with Long or Short PLCP¶
Parameters¶
- <enable>: Enable or disable manual configuration.
- 0: Disable manual configuration. The default value for the parameter
<tx_with_long>
will be used. - 1: Enable manual configuration. The type of PLCP that AT sends depends on
<tx_with_long>
.
- 0: Disable manual configuration. The default value for the parameter
- <tx_with_long>: Send with long PLCP or short PLCP.
- 0: Send with short PLCP (default).
- 1: Send with long PLCP.