Adding to generated for now, protobuf PR will come when it works ... :-)

This commit is contained in:
Thomas Göttgens
2023-01-08 18:15:51 +01:00
parent 49172e416e
commit 0e7797f3bb
7 changed files with 394 additions and 3 deletions

View File

@@ -42,6 +42,9 @@ class PhoneAPI : public Observer<uint32_t> // FIXME, we shouldn't be inheriting
/// downloads it
MeshPacket *packetForPhone = NULL;
// file transfer packets destined for phone. Push it to the queue then free it.
XModem *xmodemPacketForPhone = NULL;
// Keep QueueStatus packet just as packetForPhone
QueueStatus *queueStatusPacketForPhone = NULL;