Let SimRadio start receive a packet if its PortNum is Simulator_App

This commit is contained in:
GUVWAF
2022-10-01 12:06:59 +02:00
parent 5d464badc8
commit ab282765d4
2 changed files with 26 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
#include "MeshTypes.h"
#include "Observer.h"
#include "PointerQueue.h"
#ifdef ARCH_PORTDUINO
#include "mesh/SimRadio.h"
#endif
/**
* Top level app for this service. keeps the mesh, the radio config and the queue of received packets.