This commit is contained in:
Adam Ierymenko 2017-03-17 14:25:54 -07:00
parent d1bb22a583
commit a7cb738175
2 changed files with 5 additions and 5 deletions

View file

@ -1282,8 +1282,8 @@ void Network::requestConfiguration()
} else {
outp.append((unsigned char)0,16);
}
RR->node->expectReplyTo(outp.packetId());
outp.compress();
RR->node->expectReplyTo(outp.packetId());
RR->sw->send(outp,true);
}