fix: updated constructor

This commit is contained in:
2021-10-02 11:44:52 +02:00
parent 292035ab25
commit d6aee1c592
2 changed files with 6 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ private:
uint8_t _ss;
uint8_t command;
bool isReady();
boolean isReady();
void writeFrame(const uint8_t *header, uint8_t hlen, const uint8_t *body = 0, uint8_t blen = 0);
int8_t readAckFrame();