Making progress with OSFS, still WIP

This commit is contained in:
Thomas Göttgens
2023-12-08 15:38:50 +01:00
parent dcae45d287
commit 55a75d2f58
16 changed files with 95 additions and 21 deletions

View File

@@ -50,6 +50,8 @@
#include "xmodem.h"
#ifdef FSCom
XModemAdapter xModem;
XModemAdapter::XModemAdapter() {}
@@ -248,4 +250,6 @@ void XModemAdapter::handlePacket(meshtastic_XModem xmodemPacket)
// Unknown control character
break;
}
}
}
#endif