能源管控程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
pry 044e79b922 any il y a 2 ans
..
.github any il y a 2 ans
src any il y a 2 ans
.gitignore any il y a 2 ans
.piopm any il y a 2 ans
.travis.yml any il y a 2 ans
CMakeLists.txt any il y a 2 ans
Kconfig.projbuild any il y a 2 ans
LICENSE any il y a 2 ans
README.md any il y a 2 ans
component.mk any il y a 2 ans
library.json any il y a 2 ans
library.properties any il y a 2 ans

README.md

AsyncTCP

Build Status Codacy Badge

Async TCP Library for ESP32 Arduino

Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer

This is a fully asynchronous TCP library, aimed at enabling trouble-free, multi-connection network environment for Espressif’s ESP32 MCUs.

This library is the base for ESPAsyncWebServer

AsyncClient and AsyncServer

The base classes on which everything else is built. They expose all possible scenarios, but are really raw and require more skills to use.