5502879a5b
v2.0.0 Add support for ESP32S2 and update ESP-IDF to 4.4 ( #4996 )
...
This is very much still work in progress and much more will change before the final 2.0.0
Some APIs have changed. New libraries have been added. LittleFS included.
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Mike Dunston <m_dunston@comcast.net >
Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com >
Co-authored-by: Seon Rozenblum <seonr@3sprockets.com >
Co-authored-by: microDev <70126934+microDev1@users.noreply.github.com >
Co-authored-by: tobozo <tobozo@users.noreply.github.com >
Co-authored-by: bobobo1618 <bobobo1618@users.noreply.github.com >
Co-authored-by: lorol <lorolouis@gmail.com >
Co-authored-by: geeksville <kevinh@geeksville.com >
Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net >
Co-authored-by: Sweety <switi.mhaiske@espressif.com >
Co-authored-by: Loick MAHIEUX <loick111@gmail.com >
Co-authored-by: Larry Bernstone <lbernstone@gmail.com >
Co-authored-by: Valerii Koval <valeros@users.noreply.github.com >
Co-authored-by: 快乐的我531 <2302004040@qq.com >
Co-authored-by: chegewara <imperiaonline4@gmail.com >
Co-authored-by: Clemens Kirchgatterer <clemens@1541.org >
Co-authored-by: Aron Rubin <aronrubin@gmail.com >
Co-authored-by: Pete Lewis <601236+lewispg228@users.noreply.github.com >
2021-04-05 14:23:58 +03:00
2fd3d042b2
Fix #4046 Details below: ( #4086 )
...
Informed by the discussion in the bug and the code in 'that other branch'
the fix was clear. Just set a flag if we start handling a write, and
use that flag to guard the long write complete call.
2020-09-30 15:27:35 +03:00
1c77790a5b
allow the examples to build in a more strict env ( #3299 )
2019-09-29 23:47:02 +03:00
5137fc5c80
Ble notification/indication status and timeout ( #2998 )
...
* add timed wait
* Added Notification/Indication data and status callbacks
* imply null-object pattern for BLE callback
2019-08-20 17:15:30 +03:00
05de017bd5
BLE Library onRead Callback fix and Client disconnect feature ( #2913 )
...
* BLEServer::disconnect()
* Invoke Read callback first, to make data update possible before read
2019-07-09 19:35:07 +03:00
a22ec4a978
Reduce flash usage up to 214k in one click ( #2929 )
...
* std::stringstream -> std::string
* Fix small issues
* Small fix 2
2019-07-09 19:31:17 +03:00
e57de64a3c
Fixed multi_heap_free failed during setting the value of the characteristic in BLE Library. ( #2789 )
2019-06-05 13:37:06 +02:00
01d7ea7b80
Refactored use of LOG_X(LOG_TAG, ...) to log_x(...) ( #2672 )
...
* Replaced ARDUINO_VARIANT with const char
* Fixed missing return value
* Added quotes around defined value in macro (Issue #2193 )
* Change logging from Error to Verbose when not found and default available
* Move Enter and Exit logging to Verbose Level
* Refactored LOG_X() into log_x()
2019-04-15 17:26:35 +02:00
7b5cd47d07
Set ESP-IDF to 3.2 ( #2662 )
...
* Set IDF to v3.2
* Remove BLE submodule
* Add BLE lib source
* Update Camera example to support OV3660
2019-04-12 15:43:53 +02:00