tryfix: also clear the second buffer.

Todo: do we really need 2 buffers here?
This commit is contained in:
Thomas Göttgens
2023-01-23 12:29:10 +01:00
parent 3aebb1ffb3
commit 014946ad0e
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -48,6 +48,7 @@ class XModemAdapter
void handlePacket(meshtastic_XModem xmodemPacket);
meshtastic_XModem getForPhone();
void resetForPhone();
private:
bool isReceiving = false;