DinnerRecv: working esp-idf version with ack
This commit is contained in:
@ -22,8 +22,10 @@ unsigned long lastDebounceTime = 0;
|
||||
unsigned long debounceDelay = 50;
|
||||
|
||||
// Broadcast MAC address for ESP-NOW
|
||||
uint8_t recvMAC[] = {0x08, 0x3A, 0xF2, 0x39, 0x0A, 0xA8};
|
||||
// 08:3A:F2:39:0A:A8
|
||||
//uint8_t recvMAC[] = {0x08, 0x3A, 0xF2, 0x39, 0x0A, 0xA8};
|
||||
uint8_t recvMAC[] = {0x7c, 0xdf, 0xa1, 0xb4, 0x48, 0x14};
|
||||
// 7c:df:a1:b4:48:14 - esp32-c3-32s
|
||||
// 08:3A:F2:39:0A:A8 - other firebeetle
|
||||
|
||||
#define DELAYVAL 250
|
||||
|
||||
|
||||
Reference in New Issue
Block a user