arduino-esp32/libraries/WiFi/examples
Craig Leres c92b617397 Convert the few remaining cr/lf files to use lf for eol. (#1316)
If you develop on windows and need cr/lf files, see this:

    https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace

    Git can handle this by auto-converting CRLF line endings into LF
    when you add a file to the index, and vice versa when it checks out
    code onto your filesystem. You can turn on this functionality with
    the core.autocrlf setting. If you're on a Windows machine, set it
    to true - this converts LF endings into CRLF when you check out code:

    $ git config --global core.autocrlf true
2018-04-16 16:34:39 +02:00
..
ETH_LAN8720 Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
ETH_LAN8720_internal_clock Allow configuration of Ethernet PHY clock source (#916) 2017-12-19 14:06:01 +01:00
ETH_TLK110 Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
SimpleWiFiServer Some grammar/spelling fixes (#438) 2017-06-14 10:12:59 +02:00
WiFiBlueToothSwitch Major IDF and Arduino Update 2017-02-23 01:11:57 +02:00
WiFiClient initial import 2016-10-06 07:09:44 -06:00
WiFiClientBasic initial import 2016-10-06 07:09:44 -06:00
WiFiClientEvents Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiClientStaticIP Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiIPv6 update windows toolchain and platform.txt 2017-01-19 03:24:21 +02:00
WiFiMulti initial import 2016-10-06 07:09:44 -06:00
WiFiScan Remove non-working WiFi examples and fix some that require changes 2016-10-08 13:09:54 +03:00
WiFiSmartConfig Add smartConfig support (#136) 2017-01-20 12:39:51 +02:00
WiFiTelnetToSerial Add WiFiServer hasClient and WiFiTelnetToSerial example (#394) 2017-05-23 08:12:39 +02:00
WiFiUDPClient Added a basic WiFi UDP client example (#114) 2017-02-03 16:31:41 +02:00
WPS Add Example Code for WPS Functionality (#648) 2017-09-21 16:47:45 +08:00