Robert

Results 2 issues of Robert

float pulse_width = 0.5 + angle / 180 * 2; int servoCycles = 18; lgTxServo(_chip.getHandle(), gpio, pulse_width * 1000, 50, 0, servoCycles); while (lgTxBusy(_chip.getHandle(), gpio, LG_TX_PWM)) lguSleep(0.01);

This works until I call pluginsdk.debug.StepOver() or pluginsdk.debug.Run in bp_callback. Everything just hangs or is not responding anymore. If I run these two commands from x64dbg GUI everything works as...