Lucifer06 / RemoteGPIO

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

setup script out of date #42

Open kwindrem opened 2 weeks ago

kwindrem commented 2 weeks ago

There have been recent changes to SetupHelper that cause failures in the setup script for RemoteGPIO as reported in https://github.com/kwindrem/SetupHelper/issues/97.

RemoteGPIO package should be updated with the new SetupHelper guidelines. Specifically, the call to helper resources should be updated to not look in the package directory (just SetupHelper's directory) and not look for a version file in the HelperResources directory.

Lucifer06 commented 2 weeks ago

Hi Kevin, Thx for the heads-up. I will have a look in the coming days. Cheers,FreD. Excuse possible typo: swallowed by my iPhoneLe 8 sept. 2024 à 21:25, kwindrem @.***> a écrit : There have been recent changes to SetupHelper that cause failures in the setup script for RemoteGPIO as reported in kwindrem/SetupHelper#97. RemoteGPIO package should be updated with the new SetupHelper guidelines.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

kwindrem commented 2 weeks ago

I updated SetupHelper to prevent the crash during setup so a change is optional.

The crash was because the helper files were looking for a version file but I recently deleted it. I put it back.