- 01 Oct, 2019 5 commits
-
-
TANAKA Masayuki authored
uuid16 is Missing first 4 characters. uuid is Missing last 2 characters.
-
TANAKA Masayuki authored
* Add Added unimplemented getCharacteristicsByHandle function Defined in BLERemoteService.h But, Not included in BLERemoteService.cpp * Delete log output
-
Me No Dev authored
-
rafern authored
-
Me No Dev authored
* move scripts and tone down travis * Update and rename main.yml to push.yml * Create release.yml
-
- 30 Sep, 2019 1 commit
-
-
Me No Dev authored
* More efficient CI builds * Update main.yml
-
- 29 Sep, 2019 3 commits
-
-
Me No Dev authored
-
Me No Dev authored
-
William Ferguson authored
-
- 26 Sep, 2019 3 commits
-
-
billprozac authored
Pretty sure this was a typo as the deinit doesn't actually allow for reinit if that is an ifndef. Changed in my local copy and can now deinit and reinit just fine. Also, not sure why we are checking for the architecture here. Just curious.
-
billprozac authored
Add an accessor function for the useful wifi data
-
lbernstone authored
Better cleanup on mount failures, as the idf api now seems to assign handle and mountpoint before failing. Fixes #3265 (#3282)
-
- 24 Sep, 2019 9 commits
-
-
me-no-dev authored
-
me-no-dev authored
-
lbernstone authored
* Fixed FFat::end. Fixes #3244 * Missed the handle check in format
-
me-no-dev authored
Closes: https://github.com/espressif/arduino-esp32/issues/2944 Thanks @atanisoft
-
Larry Bank authored
The original boards.txt was missing a menu option to select the FLASH partitioning options.
-
tpitman authored
* Add partition schemes to adafruit featheresp32 * Removed minimal partition scheme
-
Me No Dev authored
-
me-no-dev authored
Enable insecure download for CI
-
Paul Vint authored
-
- 23 Sep, 2019 1 commit
-
-
Magicblocks authored
-
- 22 Sep, 2019 4 commits
-
-
lbernstone authored
-
Luc authored
-
FraserLee authored
The old version would crash the Stino plugin, which appears not to support quotes in board names
-
Me No Dev authored
fixes: https://github.com/espressif/arduino-esp32/issues/3241
-
- 21 Sep, 2019 1 commit
-
-
me-no-dev authored
-
- 20 Sep, 2019 1 commit
-
-
Luc authored
this is due to ussage of esp_err_t result; instead of boolean, ESP_OK =0 so it is false
-
- 16 Sep, 2019 2 commits
- 12 Sep, 2019 1 commit
-
-
Me No Dev authored
* Update app_httpd.cpp * Stop LWIP from using PSRAM and enable OV7725
-
- 11 Sep, 2019 3 commits
-
-
EricMc1289 authored
* Added timeout to WiFiScan class to prevent haning at stucking at WIFI_SCAN_RUNNING when scan fails internally * fixed tabs and returns, connected scanTimeout to max_scan_per_channel timeout * Corrected tabs two * Added static vars scanTimeout und scanStarted to WiFiScan.h protected section * Fixed missing ; in line 64
-
Edoardo Odorico authored
Relative to #3006
-
Dirk O. Kaar authored
* Inline ESP::getCycleCount() to make it safe to call from ISRs * Attribute IRAM_ATTR ISR-safe function in addition to inlining.
-
- 10 Sep, 2019 1 commit
-
-
Luc authored
* Fix wrong values in .cvs files Add missing upload size for partitions bigger than default one * Add new partion to generic Fix hardcoded partition for 16M flash
-
- 09 Sep, 2019 1 commit
-
-
Me No Dev authored
-
- 08 Sep, 2019 4 commits
-
-
Jeroen88 authored
* Expose uartStartDetectBaudrate(uart_t *) in esp32-hal-uart.h and call it from HardwareSerial::begin() if baudrate detection is requested (by passing a baudrate of 0) to solve baudrate detection problems * Avoid a division by zero error in uartGetBaudRate()
-
Me No Dev authored
-
Tijs van Roon authored
* Use loc_buf for small strings, check for error return from vsnprintf * cleanup arg when bailing out of new * Use malloc/free instead of new/delete in printf * Return actual bytes written in printf * FIX: write before free
-
Marcel Stör authored
Pointing to an old fork is misleading.
-