Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 20, 2020

See Commits and Changes for more details.


Created by pull[bot]. Want to support this open source service? Please star it : )

muman613 and others added 16 commits January 20, 2020 15:37
* Utilize prepoc symbols for SPI pins * Adjusts for GPIO pins when ALTERNATE_PINS is set
#3531) * Updated BLERemoteCharacteristic to exposre esp_gatt_auth_req_t parameter for readValue and writeValue. * Updated BLERemoteCharacteristic/Descriptor to expose a setAuth method to allow tweaking the authentication request type for that remotecharacteristic/descriptor without the need to add auth on each read/write.
Currently we have no way to set BLE Advertisement Type. We have an initial value of ADV_TYPE_IND and the member is private. iBeacon should advertise with ADV_TYPE_NONCONN_IND. esp-idf's example code specifies this value. https://github.com/espressif/esp-idf/blob/93a8603c545fb8e54741d6685146e2f3b874378d/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/ibeacon_demo.c#L57
…8266, et al (#3585) * API compatibility to AVR, ESP8266, et al * Add non-blocking HardwareSerial::read(buffer, size) extension (ESP8266 portability) * Refactor for fewer indirect calls.
Small change to insure wifi starts off and avoid crashing
Added two boards from iarduino.ru based on ESP-32
…ect it's a TinyPICO at compile time.... (#3567) #ifdef ARDUINO_TINYPICO // It's a TinyPICO! #endif
add the partition and flash size menus for the VintLabs board definitions.
fixed the connected() function so that it only checks errno if recv returns a value of -1. "in the even of an error, errno is set to indicate the error" --manpage This fixes the ESP32 Webserver when dealing with a modern webserver with a slow SD card.
…ional and set to ESP_BLE_PWR_TYPE_DEFAULT for compatibility. (#3623) Extend BLEDevice::setPower() to include powerType parameter. It's optional and set to ESP_BLE_PWR_TYPE_DEFAULT for compatibility.
* add board HONEYLemon
…hich channel to scan. (#3638) The default value is 0 (= all channels) to preserve backward compatibility.
@pull pull bot added the ⤵️ pull label Jan 20, 2020
@pull pull bot merged commit ac9d04a into nazt:master Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment