能源管控程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
pry 044e79b922 any 2 yıl önce
..
.github any 2 yıl önce
src any 2 yıl önce
.gitignore any 2 yıl önce
.piopm any 2 yıl önce
.travis.yml any 2 yıl önce
CMakeLists.txt any 2 yıl önce
Kconfig.projbuild any 2 yıl önce
LICENSE any 2 yıl önce
README.md any 2 yıl önce
component.mk any 2 yıl önce
library.json any 2 yıl önce
library.properties any 2 yıl önce

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.