arduino-esp32/libraries
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
..
ArduinoOTA Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
BLE@af865a9167 Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
BluetoothSerial Update IDF to f586f5e (#1296) 2018-04-07 09:45:18 +03:00
DNSServer DNS Server : bug fix and prettifying (#1011) 2018-03-04 20:17:40 +01:00
EEPROM Add EEPROMClass and examples (#1034) 2018-03-04 20:22:48 +01:00
ESP32 Add Time and TimerWDT examples 2017-12-14 21:13:42 +01:00
ESPmDNS Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
FS Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
HTTPClient clean up faster (fixes #828) (#1087) 2018-03-04 20:53:04 +01:00
Preferences Small grammar fixes and clarifications (#1003) 2018-01-18 00:59:35 +02:00
SD Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SD_MMC Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
SimpleBLE Must include sdkconfig.h before testing defines 2017-09-21 19:33:45 +08:00
SPI Set HSPI ports by default when HSPI is selected (#874) 2017-11-28 11:12:39 +01:00
SPIFFS Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
Ticker Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
Update Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
WiFi Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
WiFiClientSecure Convert the few remaining cr/lf files to use lf for eol. (#1316) 2018-04-16 16:34:39 +02:00
Wire Preserver custom pin assigments (#1239) 2018-04-06 19:05:48 +03:00