void send() {
int i;
WiFiClient client = wserver.client();
makeHeader();
client.write((uint8_t*)buffer, 50);
for (i = 0; i < 100; ++i) {
client.write((uint8_t*)buffer, 1024);
}
}
https://epartsconnect.com
Live realtime stock market prediction website. https://www.stocksignalslive.com my latest creation. Uses AI and machine learning.
New site featuring ESP8266 and ESP32 projects. tutorials, and news.
http://EverythingESP.com
ESP8266.com Founder and Administrator
The Mind Factory (get more from your 3D printer)
Home of the ESP8266, ESP8285, and ESP32 microcontrollers....