Hi Dale,
The cli_control plugin disables output from the Pi's GPIO pins.
I probably should add an option to keep the GPIO pins active.
For now, if you can edit the cli_control.py file in the SIP/plugins folder you can comment out line 12 to keep the GPIO pins active. for example use nano to edit the file:
from the SIP/plugins folder
nano cli_control.py
add # to the start of line 12 so it is
# gv.use_gpio_pins = FalseĀ # Signal SIP to not use GPIO pins
This will allow the pins to function and the commands to be sent at the same time.
Dan
The cli_control plugin disables output from the Pi's GPIO pins.
I probably should add an option to keep the GPIO pins active.
For now, if you can edit the cli_control.py file in the SIP/plugins folder you can comment out line 12 to keep the GPIO pins active. for example use nano to edit the file:
from the SIP/plugins folder
nano cli_control.py
add # to the start of line 12 so it is
# gv.use_gpio_pins = FalseĀ # Signal SIP to not use GPIO pins
This will allow the pins to function and the commands to be sent at the same time.
Dan
<p><br></p>