68,7 → 68,7 |
#ifdef USE_MK3MAG |
#include "mk3mag.h" |
#endif |
//#include "libfcinit.h" |
#include "libfc.h" |
|
|
#define FC_ADDRESS 1 |
562,7 → 562,7 |
while(!txd_complete); // wait for previous frame to be sent |
SendOutData('S', FC_ADDRESS,1, &tempchar1, sizeof(tempchar1)); |
LipoDetection(0); // low voltage warning |
//InitReceiver(); // libfcinit |
LIBFC_ReceiverInit(); |
Beep(tempchar1, 110); |
} |
else |
581,7 → 581,7 |
SendOutData('F', FC_ADDRESS, 1, &tempchar1, sizeof(tempchar1)); |
if(!(FCFlags & FCFLAG_MOTOR_RUN)) Beep(tempchar1, 110); |
LipoDetection(0); |
//InitReceiver(); // libfcinit |
LIBFC_ReceiverInit(); |
break; |
|
case 'y': // 12 serial Potis |