[Pager] Minor formatting fixes
This commit is contained in:
parent
7141d261be
commit
b5d36f11e5
1 changed files with 4 additions and 4 deletions
|
@ -323,7 +323,7 @@ int16_t PagerClient::readData(String& str, size_t len, uint32_t* addr) {
|
||||||
state = readData(data, &length, addr);
|
state = readData(data, &length, addr);
|
||||||
|
|
||||||
if(state == RADIOLIB_ERR_NONE) {
|
if(state == RADIOLIB_ERR_NONE) {
|
||||||
// check tone-only tramsissions
|
// check tone-only transmissions
|
||||||
if(length == 0) {
|
if(length == 0) {
|
||||||
length = 6;
|
length = 6;
|
||||||
strncpy((char*)data, "<tone>", length + 1);
|
strncpy((char*)data, "<tone>", length + 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue