Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
-
Updated
Nov 28, 2021 - C++
Add a description, image, and links to the light topic page so that developers can more easily learn about it.
To associate your repository with the light topic, visit your repo's landing page and select "manage topics."
SSL_shutdown() tries to send the close_notify shutdown alert to the peer. When the peer has shutdown, kernel will send a SIGPIPE to client, so we must catch the signal.