Important update!
- IOs of the Core / Connect modules are now managed statically, which is very important if new IO variants of the modules should appear in piCtory.
- If events are appended to IOs of the
.core.
class via.reg_event(...)
, the IO names are prefixed with core. . The name of the input X2 of the Connect is now “core.x2in” to avoid overlapping with other piCtory names. - Export flag from piCtory for RevPiStatus und RevPiLED is passed to the IOs of the
.core.
class. - Export flag for
x2in
was passed from RevPiLED, which is wrong. Now the export flag of RevPiStatus will be used.