Skip to content

Commit e3b6715

Browse files
committed
Add comment
1 parent 20489b3 commit e3b6715

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/ESP_NOW/examples/ESP_NOW_Serial/ESP_NOW_Serial.ino

+3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
#include "MacAddress.h"
1111
#include "WiFi.h"
1212

13+
// 0: AP mode, 1: Station mode
1314
#define ESPNOW_WIFI_MODE_STATION 0
15+
16+
// Channel to be used by the ESP-NOW protocol from 1 to 13
1417
#define ESPNOW_WIFI_CHANNEL 1
1518

1619
#if ESPNOW_WIFI_MODE_STATION // ESP-NOW using WiFi Station mode

0 commit comments

Comments
 (0)