Skip to content
Snippets Groups Projects
Commit 467974b1 authored by nrs1g15's avatar nrs1g15
Browse files

Added wireless write to ecu daq

parent 577da5f3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
#include "daq.h"
#include "sd.h"
#include "wireless.h"
/*
* e.g 1 is rpm and 2 is tps... etc
......@@ -25,7 +26,5 @@ void daqEcuWrite(CanMsgTemplate *canMsg, uint8_t index)
sdWrite(&daqEcuFormat, sizeof(DaqEcuFormat));
/*
* TODO: This is where wireless will happen too
*/
wirelessWrite(&daqEcuFormat, sizeof(DaqEcuFormat));
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment