- 17 Aug, 2017 2 commits
-
-
Pranav Cherukupalli authored
* DOCUMENTATION: Moved installation instructions to separate page * Added Fedora to contents table * Added Issue/Bug Report section to README * Some minor improvements * DOCUMENTATION: Rename directory doc to docs * Also move ISSUE_TEMPLATE.md to docs directory * DOCUMENTATION: Use current repo's files * This makes it consistent instead of having few local and few pointing to espressif/arduino-esp32 by all linking to local files * DOCUMENTATION: Fix hyperlink to issue/bug template in contents * DOCUMENTATION: contents: supress platform specific installation instruction
-
Tomasz Scislowicz authored
-
- 04 Aug, 2017 1 commit
-
-
Pranav Cherukupalli authored
* uartEnd: Unlock mutex before detaching rx and tx This should solve the device freezing issue when Serial.end() is called * Unlock UART MUTEX only for detaching Rx and Tx * Thanks to @me-no-dev for pointing it out that uart->dev->conf0.val can be inside mutex lock
-
- 02 Aug, 2017 1 commit
-
-
me-no-dev authored
Fixes: https://github.com/espressif/arduino-esp32/issues/553
-
- 01 Aug, 2017 10 commits
-
-
me-no-dev authored
-
me-no-dev authored
-
me-no-dev authored
-
copercini authored
- 100ms is too low to get server response
-
me-no-dev authored
Fixes: https://github.com/espressif/arduino-esp32/issues/495#issuecomment-31604 2612
-
sticilface authored
* Change disconnect function Current implementation does not disconnect the WiFi. Use of `esp_wifi_disconnect()` does. * Update WiFiSTA.cpp put back the clear ssid + password remove the duplicate `esp_wifi_set_config(WIFI_IF_STA, &conf);`
-
copercini authored
* Create ISSUE_TEMPLATE.md * Add IDF component as example
-
pbecchi authored
* EEPROM_library_ported_Partition_table_updated * Cleanup & formal corrections * Make formatting of file consistent. Readability change, Concern about the SubType being 0x99. * Code formatting cleanup * Code formatting cleanup * Code formatting cleanup * Remove commented out code * Restore dropped bracket * Update EEPROM.cpp * Format Corrections * deletedExample * Corrected example * Deleted interrupts/nointerrupts * Update EEPROM.cpp
-
me-no-dev authored
-
me-no-dev authored
-
- 31 Jul, 2017 4 commits
-
-
Narongrat Srimee authored
* Create new espino32 diretory for ESPino32 board * Delete wrong create file * Create pins_arduino.h for espino32 * Update boards.txt to support ThaiEasyElec ESPino32 * Re-configure board name
-
bbx10 authored
send() can return a value > 0 but less than size indicating it was able to accept some of the data in buffer. The caller must try again after updating the buffer pointer and size remaining.
-
Glen McGillan authored
* Add files via upload Calls to writePattern() don't send the desired number of bytes when the pattern size doesn't divide evenly into the hardware FIFO size (e.g. sending 18-bit RGB data, 11 patterns take 63 bytes, so 1/64th of the data is never sent). * Add files via upload Remove white space changes.
-
Andreas Pokorny authored
The change intrdocues a local RAII helper to simplify maintaining begin/end scopes Signed-off-by: Andreas Pokorny <andreas.pokorny@siemens.com>
-
- 17 Jul, 2017 1 commit
-
-
dstoiko authored
-
- 07 Jul, 2017 1 commit
-
-
me-no-dev authored
-
- 03 Jul, 2017 1 commit
-
-
Stefan Mavrodiev authored
-
- 02 Jul, 2017 1 commit
-
-
Joey Babcock authored
* Edit comments for clarity I was a little confused reading what this sketch did the first time so I attempted to edit these for clarity. * code edits as well Grammar fixes for some parts of the code as well
-
- 29 Jun, 2017 2 commits
-
-
Pranav Cherukupalli authored
*Added a Timer wakeup example *Added a Touch wakeup example *Added an external source wakeup example
-
copercini authored
* Remove duplicated include * Clear certificates just after handshake It can save up to 7k of heap
-
- 27 Jun, 2017 1 commit
-
-
Pranav Cherukupalli authored
Method: -------- Added a verbose print method for ease. Test Case: ----------- Putting ESP32 to sleep will give a different reason on wake than the first time power up.
-
- 22 Jun, 2017 1 commit
-
-
Claude Heintz authored
* Update esp32-hal-uart.c * Two Stop Bit Workaround see https://github.com/espressif/esp-idf/blob/master/components/driver/uart.c lines 118-127
-
- 21 Jun, 2017 3 commits
-
-
Brian Degger authored
* Create hall_effect_esp32.ino A simple example to access the hall effect sensor in the esp32 * Create hall_effect.ino * Update hall_effect.ino Simple sketch to access the internal hall effect detector on the esp32 * Delete hall_effect_esp32.ino * Create HallSensor.ino * Update HallSensor.ino * Update HallSensor.ino * Delete hall_effect.ino
-
copercini authored
-
me-no-dev authored
Connected to: https://github.com/espressif/arduino-esp32/issues/400
-
- 15 Jun, 2017 1 commit
-
-
Joey Babcock authored
-
- 14 Jun, 2017 7 commits
-
-
me-no-dev authored
-
bbx10 authored
Required for WebServer and/or DNSServer libraries
-
Daniel Bovensiepen authored
-
bbx10 authored
Implement methods from ESP8266WiFiClient but use sockets API.
-
SO_yeah authored
* Update WiFiAP.cpp set from code the maximum number of clients to smaller than 4 (in my case i must allow only one client at a time) * Update WiFiAP.h * Update WiFiAP.cpp * Update WiFiAP.cpp * Create WiFiAP.cpp
-
Joey Babcock authored
-
Arvind Ravulavaru authored
* added OTA Update S3 example with a sample bin * Update as per comments
-
- 03 Jun, 2017 3 commits