get mostly one directional comms working
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
#include "packets.h"
|
||||
|
||||
void lora_comms_task(void *pvParameters);
|
||||
void lora_receive_task(void *pvParameters);
|
||||
|
||||
extern TelemetryPacket telemetryPacket;
|
||||
extern uint8_t packetReadiness;
|
||||
extern SemaphoreHandle_t loraRadioMutex;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user