2021 Aug 31, 05:59 AM
Hi Dan,
Let's say I have made a pin reassignment in the buzzer.py plugin:
BUZZER_PIN = 32 -->
BUZZER_PIN = 10
I want to preserve this reassignment in the following two scenarios:
1. when I perform SIP upgrade, and
2. when I re-install the plugin
If it is not possible, do I just keep a local copy of the modified plugin and then copy it to the SIP/plugins directory after the upgrade or re-install?
On the other hand, I think the plugin runs independently from sip.py so might not be vulnerable to SIP upgrade.
Paul
Let's say I have made a pin reassignment in the buzzer.py plugin:
BUZZER_PIN = 32 -->
BUZZER_PIN = 10
I want to preserve this reassignment in the following two scenarios:
1. when I perform SIP upgrade, and
2. when I re-install the plugin
If it is not possible, do I just keep a local copy of the modified plugin and then copy it to the SIP/plugins directory after the upgrade or re-install?
On the other hand, I think the plugin runs independently from sip.py so might not be vulnerable to SIP upgrade.
Paul