mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
- Add broadcast functionality.
- Add createPermanentConnections argument to attemptAutoEncryptingTransmission method. - Reduce risk of misinterpreting acks by adding check for ack sender MAC. - Reduce _encryptionRequestTimeoutMs from 500 ms to 300 ms since this should give enough (100 %) margin to the level where problems start appearing (150 ms timeout) and also save a lot of time in case of request failure. - Improve comments.
This commit is contained in:
@ -27,9 +27,9 @@
|
||||
/********************************************************************************************
|
||||
* NOTE!
|
||||
*
|
||||
* All method signatures in this file are deprecated and will be removed in core version 2.5.0.
|
||||
* All method signatures in this file are deprecated and will be removed in core version 3.0.0.
|
||||
* If you are still using these methods, please consider migrating to the new API shown in
|
||||
* the ESP8266WiFiMesh.h source file.
|
||||
* the EspnowMeshBackend.h or TcpIpMeshBackend.h source files.
|
||||
*
|
||||
* TODO: delete this file.
|
||||
********************************************************************************************/
|
||||
|
Reference in New Issue
Block a user