Return a boolean to indiciate if a packet was sent to the radio successfully
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
void loop();
|
||||
|
||||
void setPacketCallback(std::function<void(const Packet*)> callback);
|
||||
void sendPacket(const Packet* packet);
|
||||
bool sendPacket(const Packet* packet);
|
||||
|
||||
private:
|
||||
RF24 radio;
|
||||
|
||||
Reference in New Issue
Block a user