Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 398 → Rev 399

/QMK-Groundstation/branches/own_com_lib/Forms/dlg_MotorMixer.cpp
292,8 → 292,7
 
void dlg_MotorMixer::read_Mixer()
{
TX_Data[0] = 0;
o_Connection->send_Cmd('n', ADDRESS_FC, TX_Data, 1, true);
//See Handler::read_mixer in com/Handler.cpp
}*/
 
// read motor values
308,8 → 307,8
 
void dlg_MotorMixer::slot_pb_WRITE()
{
/* int Length = get_MotorConfig();
o_Connection->send_Cmd('m', ADDRESS_FC, TX_Data, Length, true);*/
/* int Length = handler->get_motor_config();
handler->write_mixer(TX_Data, Length);*/
}
 
void dlg_MotorMixer::slot_pb_LOAD()