mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* ESP-Now: long range mode
This commit is contained in:
parent
022b43ef3d
commit
0d5c17f7ed
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ static void OnDataRecv(const uint8_t *mac, const uint8_t *data, int len) {
|
|||
void ESPNOWRadio::begin() {
|
||||
// Set device as a Wi-Fi Station
|
||||
WiFi.mode(WIFI_STA);
|
||||
// Long Range mode
|
||||
esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_LR);
|
||||
|
||||
// Init ESP-NOW
|
||||
if (esp_now_init() != ESP_OK) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue