PBechon
PBechon
The feature to cycle between navball mode has beed added by commit 675f1fddee9bbf0301cad637d1387d2b8fb36548
Here is the clickable [link to the mod](https://forum.kerbalspaceprogram.com/index.php?/topic/178121-18-timekeeper-102-2019-10-17-orbits-and-sols-counter/&tab=comments#comment-3446917). I think a simple message would be ``` struct TimekeeperData{ bool isOrbitMode; //true if counting orbits, false if counting sols int count;...
On Timekeeper side, an int is used. But in C# a int is 32 bit while in Arduino it is a 16bit int. I agree with your point, we should...
Based on a first try on my part, this seems to be difficult without modyfing Timekeeper. The attributes are not public so cannot be easily accessed from another mod.