- 02 Oct, 2019 3 commits
-
-
Frank Paynter authored
* Wait for client.available() to prevent ESP32 crashes * Removed user-specific SSID & passphrase
-
Dirk Mueller authored
Avoid passing String by-value, which is slightly less efficient as it involves a full copy-constructor/tempstring creation.
-
Me No Dev authored
-
- 01 Oct, 2019 13 commits
-
-
Me No Dev authored
-
me-no-dev authored
-
me-no-dev authored
-
IonicEV authored
* 20190916 - initial: support for Master mode, Pin and SSP * 20190916 - initial: Add example app for Master mode * 20190916 - initial: Force another build * 20190916 - connect would use resolved address as preference and remove now redundant _remote_address * 20190916 - rework set/reset/default pin logic * 20190916 - cleanup: remove static vars, add/use constants, fix typos * 20190916 - fix build issues and implement geoup events for status verification. * 20190916 - remove extra lines,misc * 20190916 - rework ESP_BT_GAP_DISC_RES_EVT, added SPP_DISCONNECTED bit for disconnect event. + timeout for disconnect() * 20190916 - Small log change to improve log sequencing * 20190916 - remove static from local vars * 20190916 - Limited scope and duration for the scan, log device address during scan in info mode as it is very difficult to find out sometimes. Fixed get_name_from_eir() not resetting the name when called. * 20190916 - break property for loop during scan when name matches. * 20190916 - misc * 20190916 - SPP_DISCONNECT state updates * 20190916 - formatting, remove some strange syntax from initiator code * 20190916 - Add comments to the example about connect(...) usage and timeouts * 20190916 - fix disconnect() without timeout * 20190916 - Add example comment to view BT address and name during connect(name) * 20190916 - wording in example comments * 20190916 - rework connect() and disconnect() methods to help with concurrency and more authoritative status returned back to caller. Automatic disconnect in connect() methods * 20190916 - optimize code * 20190916 - optimize code - more * 20190916 - add timeout for pin set * 20190916 - change scan mode to ESP_BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE * 20190916 - update example code slightly * 20190916 - increase READY_TIMEOUT to 10 secs * 20190916 - typo in example and move waitForConnect() to static area * 20190916 - update example comments * 20190916 - update example comments * 20190916 - update example comments * 20190916 - add new example to remove paired devices from ESP32 * 20190916 - correct typo in example * 20190916 - update example comment, add remove_bond_device() method for convenience. * 20190916 - reword example comment. * 20190916 - rename remove_bond_device() * 20190916 - rename removePairedDevice() to unpairDevice() * 20190916 - code review changes * 20190916 - fix return value in setup() od example
-
ROCIO RODRIGUEZ authored
* add config, menu partition Wrover * fix all boards
-
William Ferguson authored
#include "esp32-hal-log.h" is mandatory is order to build BLEDevice.cpp. It can't be left up to a compiler variable.
-
Me No Dev authored
* Add script to handle updates to the docs folder * Create gh-pages.yml * Update on-pages.sh
-
Me No Dev authored
-
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 1 commit
-
-
Me No Dev authored
-