@ -207,6 +207,9 @@
//endregion
//region Init
/** Init with a user-allocated buffer */
bool _TF_FN TF_InitStatic(TinyFrame *tf, TF_Peer peer_bit)
{
@ -248,6 +251,9 @@ void TF_DeInit(TinyFrame *tf)
free(tf);
}
//endregion Init
//region Listeners
/** Reset ID listener's timeout to the original value */
@ -10,7 +10,7 @@
* Upstream URL: https://github.com/MightyPork/TinyFrame
*/
#define TF_VERSION "2.2.0"
#define TF_VERSION "2.3.0"
//---------------------------------------------------------------------------
#include <stdint.h> // for uint8_t etc