Minor changes

This commit is contained in:
Alexey Zholtikov 2023-02-11 09:35:25 +03:00
parent 49a4bd210d
commit 9c3d35e1c3
2 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,7 @@ void onBroadcastReceiving(const char *data, const uint8_t *sender)
Serial.print("Message: ");
Serial.println(data);
}
void onUnicastReceiving(const char *data, const uint8_t *sender)
{
Serial.print("Unicast message from MAC ");

View File

@ -33,6 +33,7 @@ void onBroadcastReceiving(const char *data, const uint8_t *sender)
Serial.print("Message: ");
Serial.println(data);
}
void onUnicastReceiving(const char *data, const uint8_t *sender)
{
Serial.print("Unicast message from MAC ");