Skip to content

Commit 470e38b

Browse files
committed
Remove unused variable
1 parent f2d33d8 commit 470e38b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/Test Sketches/ESPNOW_Transmit/ESPNOW_Transmit.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ uint8_t broadcastMac[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
2222
uint8_t remoteMac[] = {0xB8, 0xD6, 0x1A, 0x0C, 0xA3, 0xDC}; //Modify this with the MAC address of the remote unit you want to transmit to
2323
uint8_t mockMac[] = {0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF}; //Dummy MAC for testing
2424

25-
esp_now_peer_info_t peerInfo;
26-
2725
unsigned long lastSend = 0;
2826

2927
int channelNumber = 0;

0 commit comments

Comments
 (0)