Closed GoogleCodeExporter closed 8 years ago
DSM2 range check mode completed.
However, I don't like that the only place I could find to turn off range check
mode when the SETUP menus is exited, was in popMenu ...
void popMenu()
{
if (g_menuStackPtr>0) {
#ifdef DSM2
s_rangecheck_mode = 0;
#endif
...
}
It was the only way I could find to trap the event of [EXIT long] being pressed
while in the RANGE field and s_editMode==true. But this solution gets executed
for all menu exits -- not just menuProcModels. It works, but there must be a
more eloquent method?
Original comment by gru...@gmail.com
on 22 Aug 2012 at 7:09
Original comment by gru...@gmail.com
on 23 Aug 2012 at 1:53
Awaiting testing confirmation.
Original comment by gru...@gmail.com
on 24 Aug 2012 at 3:11
I just ordered a DX4e DSMX transmitter from eBay. This should allow me to
upgrade my DSM2 module to DSMX soon, for testing and general usage. Yay \o/
Original comment by gru...@gmail.com
on 24 Aug 2012 at 3:12
This should all be working now, as of r1277.
PLEASE NOTE that the DSM2 option 'LP4/LP, DSM2onl, DSMX' now _matters_. If you
have a DSM2 receiver, you probably will not get it to work or bind when set to
DSMX, for example.
In other words, a previous bug rendered this option almost completely
inoperative, such that it didn't much matter what setting you used.
[Waiting on test report from André before marking this one Fixed.]
Original comment by gru...@gmail.com
on 26 Aug 2012 at 11:51
Still waiting on stock board test results ... but it looks fine for me.
Original comment by gru...@gmail.com
on 28 Aug 2012 at 12:44
André reported "all good" (thanks). Marking issue as Verified.
Original comment by gru...@gmail.com
on 31 Aug 2012 at 10:55
Original issue reported on code.google.com by
gru...@gmail.com
on 22 Aug 2012 at 5:21