- 31 Jul, 2019 1 commit
-
-
Me No Dev authored
-
- 17 Jul, 2019 4 commits
-
-
Me No Dev authored
-
Brian Park authored
-
Magicblocks authored
* create varient for magicbit board * update boards.txt
-
Me No Dev authored
-
- 16 Jul, 2019 3 commits
-
-
Unexpected Maker authored
Added more menu settings for TinyPICO - Fash mode and Flash speed. Set Flash mode default to QIO (#2976)
-
david-cermak authored
Fixed bit shift in demo application of using RMT peripheral. Init data array to be transmitted was off by one, as for the first iteration (i==0) the mask was 1<<8, which results in shifted RGB value in color variable Closes https://github.com/espressif/arduino-esp32/issues/2921
-
boarchuz authored
* Config fix test * Also force config even if equal
-
- 10 Jul, 2019 2 commits
-
-
Mike Dunston authored
* Update boards.txt Adding ESP32-WROOM-32 8MB flash option * Update boards.txt Fixing partition size and typo * Update boards.txt
-
chegewara authored
-
- 09 Jul, 2019 20 commits
-
-
Felix Weinrank authored
* WiFiClient.cpp - Fix connect() behavior * lwip_connect_r() : check return code
-
lbernstone authored
* Added convert method to transfer data from partition to nvs * Could have sworn I changed the return when I made the label * Empty state should be 0xFF. Fixed some logging levels * Set result on success
-
Unexpected Maker authored
-
pmalhaire authored
The flush causes an empty response a client side. see https://github.com/espressif/arduino-esp32/issues/2902
-
lbernstone authored
-
Roman Savrulin authored
* BLEServer::disconnect() * Invoke Read callback first, to make data update possible before read
-
Roman Savrulin authored
-
lbernstone authored
* Remove partitioning comments * Revert "Remove partitioning comments" This reverts commit b3b03a81572d352816819cff772231ba037dc338. * Removed partitioning comments from EEPROM example
-
exezm0r authored
-
Roman Savrulin authored
* std::stringstream -> std::string * Fix small issues * Small fix 2
-
Dirk O. Kaar authored
* Expand gitignore to cover files created by Visual Micro's Arduino IDE for Visual Studio (cherry picked from commit d6209c79ea16a26564fe27e74e5f277160129847) * Also ignore VS project files (cherry picked from commit e0ec212bd41e75a3570a6098a66ee66787db58db)
-
Victor Aprea authored
-
chuck todd authored
Some Debugging variables were enabled at ERROR level instead of DEBUG. Specifically `tAfter` and `tBefore`
-
Peter authored
Tidied up references to the ESP8266, and set the correct default port for the ESP32.
-
Krishna Kumar authored
-
Martin Falatic authored
-
Nathan Phillips authored
* Use macros for switch case labels * Fixed spelling error in "too" * Fix spacing * Inline private functions that are only called once
-
Luc authored
Fix : warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] Fix : warning: unused variable 'res' [-Wunused-variable]
-
lbernstone authored
-
Jason Cooke authored
-
- 05 Jun, 2019 7 commits
-
-
Jeroen88 authored
-
Artur Bieniek authored
-
Stanimir-Petev authored
Added PoE-ISO and DevKit-Lipo. For the other boards added alternative Serial (Serial1/Serial2) pins.
-
andig authored
* Fix https://github.com/platformio/platform-espressif32/issues/186 * Drop library.json
-
Matt Sieren authored
Ignore the error about a potentially uninitialized variable in the Azure library that will occur when compiling as a component in ESP-IDF.
-
elettro1 authored
Prevents the error that is generated on free on row 186 When calling the function readValue() sometimes it gave an error on this free.
-
HanCheol Cho authored
-
- 13 May, 2019 2 commits
-
-
Paul Andrews authored
* Fix #2750 * Fixes for pull comments * latest modifications following comments from me-no-dev * Move SPIFFSFSImpl to .cpp file
-
Me No Dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/2685
-
- 12 May, 2019 1 commit
-
-
Me No Dev authored
* Update IDF to v3.2 977854975 * Update app_httpd.cpp
-