Lucifer06 / RemoteGPIO

Remote General Purpose I/O for Venus OS devices (Cerbo GX, ...)
11 stars 3 forks source link

issues with v3.0.23 and latest SetupHelper beta #16

Closed kwindrem closed 6 months ago

kwindrem commented 6 months ago

RemoteGPIO is still installing MbItemDigitalInput.qml which makes the install fail because GuiMods is also installing that file. ( Because packageDependencies also specify that GuiMods must be installed in order for RemoteGPIO to be allowed, the install is blocked whether or not GuiMods is installed. conflicts now displayed in the Package editor menu alternate between GuiMods needing to be installed and uninstalled. )

Note: MbItemDigitalInput.qml in GuiMods now includes the Generic I/O selection.

fileList, fileListVersionIndependent and packageDependencies do not have an end of line on the last file. I think things are working without this but it makes commands like cat display badly on the console.

Lucifer06 commented 6 months ago

Argh, my mistake, while MbItemDigitalInput.qml was correctly removed from the FileSets, I forgot to remove its entry in fileList. That should be now fixed in v3.0.24

Lucifer06 commented 6 months ago

fixed