Manuel Lauss
Manuel Lauss
Great idea! What do you think about calling the functions "readLE32()" or similar (or le32_to_cpu() like Linux kernel uses), to indicate to the casual code reader that the attempt is...
I compared the disassembly in a few places and at least on x86 all your changes are simply optimized away by the compiler, so good job :) What system did...
Since you mentioned at 1080 there's no such framedrop, and the render commands submitted are the same regardless of display resolution, I suspect that this is related to gfx card...
For example. The first 3 rows are the batteries, then PV Power, EM24 reading and Lynx Shunt at the bottom. The batteries still show energy being taken out, while the...
Can't tell since the app can't connect as long as the cerbo has them grabbed. With only the one battery connected, the other two report more or less the same...
> Maybe a reduction of the polling frequency could imrpove the situation? 1sec is great to have but not always needed. Or poll one battery every second, in a round-robin...
for my 3 batteries, I'd use a poll scheme like 1->2->1->3->1->2->1->3-> ... where 1 is my controlling BMS. Yes, the state is now 2 and 4 seconds old instead of...
> it will crash the drivers once a day (if i remember correctly) Try to disable the "VRM 2-way-communication" in "VRM online portal" settings page I had that crash/reboot once/twice...
> I'm modifying the driver right now to let the user choose, if it should be used in the normal way or as passthough only. In passthrough mode only the...
Issue is that the s_actorState has .attackMod==nullptr. ``` Thread 1 "theforceengine" received signal SIGSEGV, Segmentation fault. 0x0000555555622621 in TFE_DarkForces::generatorTaskFunc (msg=) at TheForceEngine/TFE_DarkForces/generator.cpp:127 127 s_actorState.attackMod->timing.nextTick = s_curTick + gen->wanderTime + floor16(randomWanderOffset);...