my airplane code transmitter simply sends
State.posr = map(analogRead(A3), 0, 1023, 55, 160);
which makes it spin but not to the max so i replaced it with 1000 and 2000
and on receiver side
esc.writeMicroseconds(State.posr) ;
but it won't work
i then did vice versa and replaced map function on receiver and left transmitter without mapping its value and that did work but not correctly
it first moves the motor until 1/4 speed(i assume) then stops it and then again move it as i move the throttle
and yes on transmitter value are given via a springless joystick module a.k.a potentiometer