From 634e058f9b3b491c03b15595faa111c6fd598c86 Mon Sep 17 00:00:00 2001 From: Rennan Cockles Date: Sat, 5 Oct 2024 00:55:04 -0300 Subject: [PATCH] select receiver on file send --- src/core/connect.cpp | 132 ++++++++++++++++++++++++++++++------------- src/core/connect.h | 17 ++++-- 2 files changed, 104 insertions(+), 45 deletions(-) diff --git a/src/core/connect.cpp b/src/core/connect.cpp index 088b1006..c3e8a288 100644 --- a/src/core/connect.cpp +++ b/src/core/connect.cpp @@ -17,28 +17,32 @@ DeviceConnection::Status espnowSendStatus; std::vector recvQueue; +uint8_t broadcastAddress[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; +uint8_t dstAddress[6]; +std::vector