Hatiz Posted February 26, 2022 Posted February 26, 2022 After last update I had problems with caution lights in my cockpit. As I checked in Control Reference their codes has changed E.g: DcsBios::LED lightMainGen(0x4476, 0x0020, 12); (Before) DcsBios::LED lightMainGen(0x447a, 0x0002, 12); (Now) This small diffrences made my lights completly usless. After changes in codes they are working. I saw that my segment display is not working with code that was fine before, so I checed strings, and they are diffrents too. E.g: DcsBios::StringBuffer<7> uhfFreqDispBuffer(0x4590, onUhfFreqDispChange); (Before) DcsBios::StringBuffer<7> uhfFreqDispBuffer(0x45a8, onUhfFreqDispChange); (Now) Anyone of you had same problems as me? Is there are any other thigns I should know?
ehlw1993 Posted March 20, 2022 Posted March 20, 2022 Hey Hatiz, I've got the same problem!! CMDS panel and Caution panel by TekCreations are screwed... as is the DED panel. It's a mess now
Recommended Posts