Rename sendBytes to transmitMessage

This commit is contained in:
Manuel Bleichenbacher
2018-07-21 18:07:36 +02:00
parent c284eb841c
commit e6b5f2f0d5
4 changed files with 21 additions and 21 deletions

View File

@ -162,7 +162,7 @@ bool TheThingsNetwork::joinCore()
return result == EV_JOINED;
}
TTNResponseCode TheThingsNetwork::transmitBytes(const uint8_t *payload, size_t length, port_t port, bool confirm)
TTNResponseCode TheThingsNetwork::transmitMessage(const uint8_t *payload, size_t length, port_t port, bool confirm)
{
hal_enterCriticalSection();
if (LMIC.opmode & OP_TXRXPEND)