Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9ac65f

Browse files
PilnyTomasVojtechBartoskaP-R-O-C-H-Y
authoredAug 16, 2022
Fixed CHANNEL in ESPNow example (#7104)
Co-authored-by: Vojtěch Bartoška <[email protected]> Co-authored-by: Jan Procházka <[email protected]>
1 parent 7bcba17 commit d9ac65f

File tree

1 file changed

+1
-1
lines changed
  • libraries/ESP32/examples/ESPNow/Basic/Master

1 file changed

+1
-1
lines changed
 

‎libraries/ESP32/examples/ESPNow/Basic/Master/Master.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// Global copy of slave
3636
esp_now_peer_info_t slave;
37-
#define CHANNEL 3
37+
#define CHANNEL 1
3838
#define PRINTSCANRESULTS 0
3939
#define DELETEBEFOREPAIR 0
4040

0 commit comments

Comments
 (0)
Please sign in to comment.