Fix packetReceiver callback in Hotdog
This commit is contained in:
@@ -53,7 +53,7 @@ void setup() {
|
|||||||
|
|
||||||
Serial.println("Starting up");
|
Serial.println("Starting up");
|
||||||
|
|
||||||
packetReceiver.setReceivedCallback(processPacket);
|
packetReceiver.setPacketCallback(processPacket);
|
||||||
|
|
||||||
if (!radio.begin()) {
|
if (!radio.begin()) {
|
||||||
Serial.println("Failed to communicate with radio");
|
Serial.println("Failed to communicate with radio");
|
||||||
|
|||||||
Reference in New Issue
Block a user