Minor changes
This commit is contained in:
parent
49a4bd210d
commit
9c3d35e1c3
@ -239,6 +239,7 @@ void onBroadcastReceiving(const char *data, const uint8_t *sender)
|
|||||||
Serial.print("Message: ");
|
Serial.print("Message: ");
|
||||||
Serial.println(data);
|
Serial.println(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
void onUnicastReceiving(const char *data, const uint8_t *sender)
|
void onUnicastReceiving(const char *data, const uint8_t *sender)
|
||||||
{
|
{
|
||||||
Serial.print("Unicast message from MAC ");
|
Serial.print("Unicast message from MAC ");
|
||||||
|
@ -33,6 +33,7 @@ void onBroadcastReceiving(const char *data, const uint8_t *sender)
|
|||||||
Serial.print("Message: ");
|
Serial.print("Message: ");
|
||||||
Serial.println(data);
|
Serial.println(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
void onUnicastReceiving(const char *data, const uint8_t *sender)
|
void onUnicastReceiving(const char *data, const uint8_t *sender)
|
||||||
{
|
{
|
||||||
Serial.print("Unicast message from MAC ");
|
Serial.print("Unicast message from MAC ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user