condac
condac
Gnomes throw alot of armor items on floor, items are not interactable and stockpile does not recognise them. [36.zip](https://github.com/rschurade/Ingnomia/files/5901002/36.zip)
java is hard to install and compile and modify for this simple type of program. Python is better for this type of job.
Investigate if following code can generate a 4mhz clock and if it works to program a attiny with external clock bit set. ``` /* Prorotype Code for 1-4MHz PWM 50%...
Show some kind of information if connetion is lost. Open messsage window or something to make the pilot aware of connection issues with arduino.
Send the loop time to the plugin to display in information for indication of arduino cpu load.
Rename the Arduino project iotest to something better.
Create a way to check if another pin is set to do different things. For example having same rotary controlling two com frequency: ``` if;1.0.D12;2; 1.0.D22;0;DI_ROTARY_ENCODER_TYPE1;0;10.0;0;0;sim/cockpit/radios/com1_freq_hz;0;0;1;0; if;1.0.D12;0; 1.0.D22;0;DI_ROTARY_ENCODER_TYPE1;0;10.0;0;0;sim/cockpit/radios/com2_freq_hz;0;0;1;0; ``` Or...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...