BUG - lcd config does not work with ppm or sbus

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
User avatar
haydent
Posts: 583
Joined: Sun Jun 17, 2012 1:35 am
Location: NSW, AU

BUG - lcd config does not work with ppm or sbus

Post by haydent »

yes thats right, its broken. just creating a new thread on this from this post:
viewtopic.php?f=8&t=4425&p=54390#p54390

basically, lcd config has its own loop, that has to read in the rc commands itself for its menu nav. problem is it does not read in sbus/ppm variant of rc data...

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: BUG - lcd config does not work with ppm or sbus

Post by Hamburger »

from a quick look - I do not use ppm or sbus.
rxInt() for ppm and readSBus() for sbus get attached to an interrupt; that looks like it would deliver values about the same way as for regular pwm channels inputs?
What extra processing is required to have sane values in the configuration loop available?

User avatar
haydent
Posts: 583
Joined: Sun Jun 17, 2012 1:35 am
Location: NSW, AU

Re: BUG - lcd config does not work with ppm or sbus

Post by haydent »

I had to add readsbus to readraw which is used in configuration loop. I did not realise about interrupt. But it was not working. That was in 2.3 and ppm was working. But I believe in shared changes where made that make both not work. I have ppm gear now too so will test both again and get back to you.

Deet
Posts: 129
Joined: Sun Jul 08, 2012 1:54 am

Re: BUG - lcd config does not work with ppm or sbus

Post by Deet »

It works fine on PPM

Post Reply