* new CMD_SEND_RAW_PACKET

This commit is contained in:
Scott Powell
2026-05-13 13:28:56 +10:00
parent 12a37a224a
commit c588540b1b
2 changed files with 16 additions and 1 deletions

View File

@@ -193,8 +193,9 @@ public:
bool millisHasNowPassed(unsigned long timestamp) const;
unsigned long futureMillis(int millis_from_now) const;
private:
bool tryParsePacket(Packet* pkt, const uint8_t* raw, int len);
private:
void checkRecv();
void checkSend();
};