- 27 Nov, 2018 8 commits
- 26 Nov, 2018 6 commits
-
-
me-no-dev authored
-
Bascy authored
-
A C SREEDHAR REDDY authored
* issue #2041 * handshake timeout * seconds to milliseconds
-
Jeroen88 authored
-
Jamie Parkinson authored
-
Me No Dev authored
* Update IDF to a0468b2 * add missing ld file * Fix PIO builds and change coex policy
-
- 19 Nov, 2018 26 commits
-
-
Luc authored
This allow to catch the events when connected /disconnected,, etc... This also allow to get parameters of events like the remote address of connected devices, etc... Small change but lot of flexibility
-
atanisoft authored
* adding d-duino-32 board/pins, fixes #930 * remove OLED_RST
-
Luc authored
I have kept the original APPS size on purpose as 40KB SPIFFS is useless IMHO
-
lbernstone authored
Some fixes to nghttp2 to provide basic functionality. Added the missing main header. Removed the asio headers which require Boost libraries. Moved http_parser into the expected location. (#2068)
-
Nikos Mouratidis authored
-
Bert Melis authored
wait for FSM to return idle
-
lbernstone authored
* Added ESP:: functions for sketch size * Fixed free space name to match ESP8266
-
Martin authored
-
Martin authored
* Working example for HTTPS over Eduroam network * Update WiFiClientSecureEnterprise.ino
-
Marcel Kottmann authored
-
Bob authored
-
Stanimir-Petev authored
Added Olimex board ESP32-PoE. pins_arduino header file based on the ESP32-EVB with changed SS pin and removed BOARD_HAS_1BIT_SDMMC macro.
-
Martin authored
* updated WifiClientEnterprise example * Update WiFiClientEnterprise.ino
-
FotoFieber authored
-
Verkehrsrot authored
* Create pins_arduino.h * Update boards.txt Pycom LoPy + LoPy4 boards added * Create pins_arduino.h * Update pins_arduino.h bugfix antenna switch GPIO port 16 -> 21 * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update pins_arduino.h * Update boards.txt
-
Martin authored
* Updated table of tested locations * updated
-
Jeroen88 authored
* Added HTTPUpdate class for downloading sketches from a server * Added HTTPUpdate class for downloading sketches from a server * Added HTTPUpdate to CMakeLists.txt * Change ESP8266 class references to ESP32 for httpUpdate.ino example * Change ESP8266 class references to ESP32 for httpUpdate.ino example. setLedPin() commented out because not all boards support LED_BUITLIN * Added check to handle mixup of old and present api properly * Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure. * Added small comment because it looked like the Travis build did not finish
-
Jeroen88 authored
* Pass client parameter into two new begin() functions. Set other begin() functions deprecated. Updated library version to 1.2 * Added working HTTPS example on a public url with a certificate * Remove two unnecessary tests in ::disconnect() * Add a scoping block to BasicHttpsClient.ino to assure HTTPClient is destroyed before WiFiClientSecure * Added check to handle mixup of old and present api properly * Correct HTTPClient::setTimeout() to convert milliseconds to seconds. Correct WiFiClient::setTimeout() to call Stream::setTimeout() with seconds converted back to milliseconds. Remove inproper checks for _insecure. * Added small comment because it looked like the Travis build did not finish
-
Rop Gonggrijp authored
-
Jeroen88 authored
* Added baudrate detection to esp32-hal-uart and HardwareSerial * Solved compiler warning for uartResizeRxBuffer() * Add unit to header variable name (timeout_ms) * Reverting accidentally changed files to master * Add small delay after baudrate detection
-
lbernstone authored
-
BBBits authored
Pin definitions T8/T9 & DAC1/DAC2 Back To Front (Issue #1831)
-
BBBits authored
Pin definitions T8/T9 & DAC1/DAC2 Back To Front
-
Terry J Myers authored
-
Terry J Myers authored
-
Mark D authored
* make WiFi.softAP() more robust * WiFi.softAP() revert fallback to WIFI_AUTH_OPEN
-