12-05-2020, 10:41 AM
Hi,
Thank you again for Moode. Version 7 will be an opportunity for another donation !
I use a gpio-shutdown overlay to handle a power button.
Moode uses other overlays to activate/deactivate wifi and bluetooth by decommenting/commenting the relevant lines.
The way it is implemented deletes the "foreign" overlay.
As a consequence, /boot/config.txt needs to be edited to reinsert the "foreign" overlay when bluetooth or wifi setting is changed through the Moode UI.
Could this behavior be corrected ?
Thank you
Kind regards.
Thank you again for Moode. Version 7 will be an opportunity for another donation !
I use a gpio-shutdown overlay to handle a power button.
Code:
dtoverlay=gpio-shutdown,gpio_pin=17,active_low=0,gpio_pull=down
dtoverlay=i-sabre-q2m
#dtoverlay=disable-wifi
dtoverlay=disable-bt
Moode uses other overlays to activate/deactivate wifi and bluetooth by decommenting/commenting the relevant lines.
The way it is implemented deletes the "foreign" overlay.
As a consequence, /boot/config.txt needs to be edited to reinsert the "foreign" overlay when bluetooth or wifi setting is changed through the Moode UI.
Could this behavior be corrected ?
Thank you
Kind regards.