Quote:
|
Originally Posted by dddriveman
i don't know how to do that
|
underneath the "//add autonomus code here"
put
"Process_Data_From_Local_IO();"
then move your tracker code to the process_data_from_local_IO function at the end of the file.
Or you can call the tracker function from where ever it is. Like if the tracker code is named Track_Beacon(void). Then under process_data_from_local_IO put "Track_Beacon();"
that shuold take care of it.
