Page 1 of 1

What is WIFI_PROTOCOL_LR

Posted: Thu Oct 25, 2018 2:26 am
by 1163167506
hi all:
What is WIFI_PROTOCOL_LR in function esp_wifi_set_protocol?
thanks

Code: Select all

#define WIFI_PROTOCOL_11B         1
#define WIFI_PROTOCOL_11G         2
#define WIFI_PROTOCOL_11N         4
#define WIFI_PROTOCOL_LR          8

Re: What is WIFI_PROTOCOL_LR

Posted: Thu Oct 25, 2018 2:43 am
by WiFive
Custom phy mode low rate long range only support esp32 to esp32 communication.

Re: What is WIFI_PROTOCOL_LR

Posted: Thu Oct 25, 2018 5:56 am
by Agree007
WiFive wrote:Custom phy mode low rate long range only support esp32 to esp32 communication.
Any information about the low rate (speed)? and long range (meters)?

Re: What is WIFI_PROTOCOL_LR

Posted: Thu Oct 25, 2018 6:44 am
by WiFive