- 16 Dec, 2018 6 commits
-
-
me-no-dev authored
-
Muhammad Lutfi Santoso authored
* Add FreeRTOS exsample * Update Code * Change stack size * Fix LED_BUILTIN not defined Fix LED_BUILTIN not defined
-
Bascy authored
* Replaced ARDUINO_VARIANT with const char * Fixed missing return value * Added quotes around defined value in macro (Issue #2193)
-
Me No Dev authored
-
atanisoft authored
-
petefats authored
-
- 15 Dec, 2018 4 commits
-
-
me-no-dev authored
closes: https://github.com/espressif/arduino-esp32/pull/2151
-
copercini authored
Fixes https://github.com/espressif/arduino-esp32/issues/1595
-
atanisoft authored
-
Me No Dev authored
* ESP-IDF da2116f + esp32-camera f8f26ab +BLE b232e7f * Fix fail compilation due to missing cpp guard
-
- 11 Dec, 2018 1 commit
-
-
Jeroen88 authored
Add MD5 computation to Esp and add request header with MD5 hash of the running sketch to HTTPUpdate (#2176)
-
- 10 Dec, 2018 1 commit
-
-
Andy Horner authored
-
- 06 Dec, 2018 5 commits
-
-
Jeroen88 authored
* Fix error in PR #2048: if ::available() is called before ::connect() _rxBuffer is not initialised * Fixed flash size check and added SPIFFS size check * Rewriting ESP.getFreeSketchSpace(), moving code from HTTPUpdate.cpp
-
Me No Dev authored
Fixes: https://github.com/espressif/arduino-esp32/issues/2153
-
Jeroen88 authored
Fix error in PR #2048: if ::available() is called before ::connect() _rxBuffer is not initialised (#2155)
-
Martin authored
-
Jeroen88 authored
-
- 04 Dec, 2018 1 commit
-
-
rdowning-triax authored
#2147 available() shouldn't return 0 after disconnect if there is still data in the buffer. Otherwise, how would we know it was there? (#2148)
-
- 03 Dec, 2018 3 commits
-
-
Thorsten von Eicken authored
* WiFiClientSecure: add support for PSK (pre-shared key) ciphers * add example for WiFiClientSecure PSK * WiFiClientSecure: added README
-
Luc authored
* Use right function for BSSID * removing log
-
chuck todd authored
* Don't Return I2C_ERROR_CONTINUE on ReSTART ReSTART operations on the ESP32 have to be handled differently than on AVR chips, so ReSTART operations(`Wire.endTransmission(false), Wire.requestFrom(id,size,false);` are queued until a STOP is send (`Wire.endTransmission(TRUE), Wire.endTransmission(), Wire.requestFrom(id,size), Wire.requestFrom(id,size,TRUE)). To indicate the queuing I had used `I2C_ERROR_CONTINUE`, this caused compatibility issues with the existing Arduino I2C Code base. So, back to Lying to the public(for their own good of course) about success! This update just returns `I2C_ERROR_OK` on ReSTART commands. * add comments add comments * Change Return error for ReSTART operation to I2C_ERROR_OK This change restores compatibility with pre-existing Arduino Libraries. The ReSTART queuing operations are hidden behind the scenes. Wire.endTransmission(id,len,FALSE); will know return I2C_ERROR_OK instead of I2C_ERROR_CONTINUE, Wire.lastError() will return the true condition of I2C_ERROR_CONTINUE.
-
- 02 Dec, 2018 2 commits
-
-
Verkehrsrot authored
Correction of Pin A14 that was double defined.
-
Arjan Filius authored
* #1623, implementing suggested change Splitted suggested fix issue #1623 in a header and source part. Dit not completely dive into the code. Giving data twice as parameter feels wrong, but it compiles, and i can succesfully use the W5500 with SPI with this fix. Doesn't compile without. * #1623, implementing suggested change SPI.h/cpp Splitted suggested fix issue #1623 in a header and source part. Dit not completely dive into the code. Giving data twice as parameter feels wrong, but it compiles, and i can succesfully use the W5500 with SPI with this fix. Doesn't compile without.
-
- 01 Dec, 2018 1 commit
-
-
Luc authored
-
- 30 Nov, 2018 1 commit
-
-
Me No Dev authored
* Update BLE * Update IDF to afe4c76 * Update CMakeLists.txt * Update BLE to fix compilation issues * Update BLE
-
- 29 Nov, 2018 1 commit
-
-
Luc authored
* Clean warnings when all warning enabled Not used variables / functions due to debug log Dual define with different values : cores\esp32/binary.h #define B110 6 #define B1000000 64 tools/sdk/include/newlib/sys/termios.h #define B110 3 #define B1000000 23 Local variable returned in WiFiclient Secure * change due to deprecated function * Update with proper variable and label * Update esp32-hal-i2c.c * Apply changes requested * Fix warnings due to #define conflict thanks @atanisoft
-
- 28 Nov, 2018 4 commits
-
-
Me No Dev authored
Reenable git log in release builds
-
pacucha42 authored
-
Verkehrsrot authored
Bugfix: pin A14 was double defined; pin A15 was missing.
-
Jeroen88 authored
-
- 27 Nov, 2018 9 commits
- 26 Nov, 2018 1 commit
-
-
me-no-dev authored
-