* BUG FIX: same remote login fix as repeater

Este cometimento está contido em:
Scott Powell
2025-11-25 15:09:51 +11:00
ascendente dc58f0ea83
cometimento 0e903de72c
2 ficheiros modificados com 7 adições e 3 eliminações
+1 -1
Ver ficheiro
@@ -148,7 +148,7 @@ private:
uint8_t pending_sf;
uint8_t pending_cr;
uint8_t handleLoginReq(const mesh::Identity& sender, const uint8_t* secret, uint32_t sender_timestamp, const uint8_t* data);
uint8_t handleLoginReq(const mesh::Identity& sender, const uint8_t* secret, uint32_t sender_timestamp, const uint8_t* data, bool is_flood);
uint8_t handleRequest(uint8_t perms, uint32_t sender_timestamp, uint8_t req_type, uint8_t* payload, size_t payload_len);
mesh::Packet* createSelfAdvert();