1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00
Commit Graph

275 Commits

Author SHA1 Message Date
be7a068be1 Add parameter to set channel in softAP mode 2015-02-03 12:30:08 +03:00
fea362a3b5 Allow mDNS on any interface 2015-02-03 09:04:20 +03:00
c28a63c9d5 Add support for multicast UDP 2015-02-01 01:52:23 +03:00
b09e8e593a Add remoteIP and remotePort methods to WiFiClient 2015-01-16 17:56:11 +03:00
7d1de31896 Fix call to tcp_recved after pcb has been closed, abort connections closed by the remote side 2015-01-13 09:10:32 +03:00
75d9cf40be Fix license headers in WiFiUDP files 2015-01-09 22:47:07 +03:00
e5e6dbe222 Initial UDP support 2015-01-09 02:10:20 +03:00
af99a3e388 Remove unused rx_buffer_size argument from WebServer constructor 2015-01-08 00:39:46 +03:00
661c414c2a Automatically call yield() in WiFiClient::available and WiFiServer::available 2015-01-07 02:45:46 +03:00
2b503977b9 Fix WiFi::softAPIP and keywords for ESP8266WiFi library 2015-01-07 02:09:55 +03:00
8e7a20c08d Automatically call yield() in WiFiClient::available if called more than once 2015-01-07 01:57:41 +03:00
ccfbd9c969 WiFiClient cleanup 2014-12-29 10:37:11 +03:00
4944a8fb5f WiFi library compatibility fixes 2014-12-29 01:20:27 +03:00
55f07f1e08 TCP client flow control 2014-12-29 01:20:07 +03:00
4287d522bd Fix encryptionType for AUTH_WPA_WPA2_PSK 2014-12-23 12:43:19 +03:00
2328e07637 Fix memory leak in WiFiClient 2014-12-23 12:34:41 +03:00
4b25ae86ea Fix issues with WiFi scanning 2014-12-23 12:33:59 +03:00
9ba2fcd29f More license headers 2014-12-19 11:16:28 +03:00
eb98948d49 WiFi scanning (incomplete) and diagnostics 2014-12-19 01:41:35 +03:00
6c344ffbb1 Update license headers in files that were completely rewritten 2014-12-19 01:40:47 +03:00
77af5da58f Clean up ets_printf declarations 2014-12-18 18:45:22 +03:00
64dabb53f5 WiFi client connect with hostname 2014-12-17 10:29:29 +03:00
d54952a21a WiFi scanning fixes 2014-12-09 10:23:50 +03:00
b4f21fc6b0 Implement most WiFi functions
Need to update to SDK 0.9.3 because DHCP client functions are missing
2014-12-05 22:39:40 +03:00
6d9c77ebe1 Add ESP8266WiFi library 2014-12-01 00:36:56 +03:00