notify phoneAPI about new packages to process

This commit is contained in:
Thomas Göttgens
2023-01-09 20:06:11 +01:00
parent fce52e16e3
commit 3a6e3464e6
3 changed files with 9 additions and 0 deletions

View File

@@ -41,6 +41,9 @@
class XModemAdapter
{
public:
// Called when we put a fragment in the outgoing memory
Observable<uint32_t> packetReady;
XModemAdapter();
void handlePacket(XModem xmodemPacket);