From 1d5198e0ab9eba31cee8538b612ad859a96f1c18 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sun, 18 Dec 2022 18:02:23 +0300 Subject: [PATCH] Minor changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abeabc..8f6104c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ void onConfirmReceiving(const uint8_t *target, const bool status) * ESP_NOW_AP. ESP-NOW Mesh network + access point. * ESP_NOW_STA. ESP-NOW Mesh network + connect to your WiFi router. -Attention! For correct work on ESP_NOW_STA mode at ESP8266 your WiFi router must be set on channel 1. +Attention! For correct work on ESP_NOW_STA mode your WiFi router must be set on channel 1. ```cpp myNet.setWorkMode(ESP_NOW);