mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-16 07:32:52 +02:00
Rename sendBytes to transmitMessage
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user