Changeset 460 in flair-src for trunk/lib/FlairSensorActuator/src


Ignore:
Timestamp:
01/05/22 16:38:03 (2 years ago)
Author:
Sanahuja Guillaume
Message:

modifs plane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSensorActuator/src/Bldc_impl.cpp

    r340 r460  
    6868    }
    6969  }
     70  if(motors_count%2!=0) {
     71    ostringstream test_name;
     72    test_name << "test motor " << index;
     73    button_test[index] =new PushButton(groupbox->NewRow(), test_name.str());
     74    index++;
     75  }
    7076
    7177  // flight time
Note: See TracChangeset for help on using the changeset viewer.