From 9c8ff9f645a6b0345e3199810396d3388a518037 Mon Sep 17 00:00:00 2001 From: Develo Date: Wed, 7 Nov 2018 23:19:28 -0300 Subject: [PATCH] Update libraries.rst with ESP-NOW Fixes #2227 --- doc/libraries.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/libraries.rst b/doc/libraries.rst index 0c21580165..080ab7f67c 100644 --- a/doc/libraries.rst +++ b/doc/libraries.rst @@ -164,6 +164,7 @@ Libraries that don't rely on low-level access to AVR registers should work well. - `DimSwitch `__ - Control electronic dimmable ballasts for fluorescent light tubes remotely as if using a wall switch. - `Encoder `__ - Arduino library for rotary encoders. Version 1.4 supports ESP8266. - `esp8266\_mdns `__ - mDNS queries and responses on esp8266. Or to describe it another way: An mDNS Client or Bonjour Client library for the esp8266. +- `ESP-NOW `__ - Wrapper lib for ESP-NOW (See `#2227 `__) - `ESPAsyncTCP `__ - Asynchronous TCP Library for ESP8266 and ESP32/31B - `ESPAsyncWebServer `__ - Asynchronous Web Server Library for ESP8266 and ESP32/31B - `Homie for ESP8266 `__ - Arduino framework for ESP8266 implementing Homie, an MQTT convention for the IoT.