ok but I'm stubborn, you may have noticed

this is the list of the different files in the 2 branches, after removing the same ones

let's start with ACAcommons.c
at the beginning there is that I think is the definition of two "variables" I think they are 16bit
I ADD THE DEFINITION OF THE NEW VARIABLES IN THE MASTER VERSION

then the only difference is in this image

I put the two overlapping images
as you can see the master version uses 8-bit numbers, the x4 16-bit, I think it's the famous problem of "overflow" and perhaps system shutdown?
SIMPLY CHANGE IN THE MASTER VERSION THE 8 INTO 16 LEAVING THE NAME OF THE VARIABLES UNCHANGED (THE MASTER USES THROTTLE, THE X4 OBVIOUSLY X4)
the other files I have looked at them all, but I don't understand the logic of the changes, really minimal and therefore I leave them alone, at least for now, it is not wise to make more than one change at a time, then it is not clear where the problems come from: - )
So I'm going to replace the ACAcommons.c file in my master with the modified one and tomorrow I'll try what happens
