We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8130a39 commit 82afe85Copy full SHA for 82afe85
cdp_functions.cpp
@@ -1,6 +1,6 @@
1
#include <Arduino.h>
2
#include "cdp_functions.h";
3
-#include "Packet_data.h";
+#include "Packet_Data.h";
4
byte cdp_mac[] = {0x01, 0x00, 0x0c, 0xcc, 0xcc, 0xcc};
5
byte llc_bytes[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x0c, 0x20, 0x00};
6
#define printhex(n) {if((n)<0x10){Serial.print('0');}Serial.print((n),HEX);}
0 commit comments