arduino-esp32/libraries
Bascy 01d7ea7b80 Refactored use of LOG_X(LOG_TAG, ...) to log_x(...) (#2672)
* Replaced ARDUINO_VARIANT with const char

* Fixed missing return value

* Added quotes around defined value in macro (Issue #2193)

* Change logging from Error to Verbose when not found and default available

* Move Enter and Exit logging to Verbose Level

* Refactored LOG_X() into log_x()
2019-04-15 17:26:35 +02:00
..
ArduinoOTA [OTA Timeout] Added ability set OTA timeout in the OTA client (#1669) 2018-07-24 19:40:18 +02:00
AsyncUDP Allow selecting in IDF the running core for Arduino's core tasks 2019-04-13 17:13:13 +02:00
AzureIoT@67dfa4f31e Add submodule of Azure IoT library (#1448) 2018-05-31 14:52:02 +02:00
BLE Refactored use of LOG_X(LOG_TAG, ...) to log_x(...) (#2672) 2019-04-15 17:26:35 +02:00
BluetoothSerial Allow to add custom callback in BT Serial (#2081) 2018-11-19 19:30:28 +01:00
DNSServer DNS Server : bug fix and prettifying (#1011) 2018-03-04 20:17:40 +01:00
EEPROM Return empty string instead of "0" (#2673) 2019-04-15 17:23:42 +02:00
ESP32 Set ESP-IDF to 3.2 (#2662) 2019-04-12 15:43:53 +02:00
ESPmDNS Add quotes around macro value (Issue #2193) (#2197) 2018-12-16 17:10:56 +01:00
FFat Add support for ffat on 4MB ESP32 Dev Module and mhetesp32minikit board. (#2588) 2019-04-09 21:11:17 +02:00
FS workaround for FS implementations that do not support fflush() (#2596) 2019-04-09 21:15:21 +02:00
HTTPClient Added PATCH request. (#2610) 2019-04-09 21:22:47 +02:00
HTTPUpdate Add MD5 computation to Esp and add request header with MD5 hash of the running sketch to HTTPUpdate (#2176) 2018-12-11 02:06:58 +01:00
NetBIOS Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
Preferences Refactored use of LOG_X(LOG_TAG, ...) to log_x(...) (#2672) 2019-04-15 17:26:35 +02:00
SD Added a parameter for max files in SD (#2563) 2019-04-09 21:07:25 +02:00
SD_MMC Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878) 2018-09-21 08:39:36 +02:00
SimpleBLE Update IDF to aaf1239 (#1539) 2018-06-27 09:01:06 +02:00
SPI Correct comment in SPI_Multiple_Buses.ino (#2272) 2019-01-04 15:26:32 +02:00
SPIFFS Add WDT API for Core 0 and disable it while SPIFFS is formatting 2018-12-28 21:14:46 +02:00
Ticker Use correct separator in keywords.txt (#1175) 2018-03-05 07:38:39 +01:00
Update File with more than 32,767 characters (#2566) 2019-04-11 16:54:40 +02:00
WebServer Alternative Improve _uploadReadByte (#2656) 2019-04-12 12:45:35 +02:00
WiFi Fix WiFi Multi not clearing password 2019-04-13 17:19:06 +02:00
WiFiClientSecure Add proper timeout handling to WiFiClientSecure 2019-04-15 17:19:49 +02:00
Wire I2C debugging and Log Dump Explaination (#2325) 2019-01-22 17:24:51 +08:00