Fixes/Enhancements for pio/preferences, new info page, add reboot button, remove old files (#451)
* Preferences * Info page * Info page * Remove old files + Info page
This commit is contained in:
@@ -17,7 +17,7 @@ Gpio::Gpio(Preferences* preferences)
|
||||
_inst = this;
|
||||
loadPinConfiguration();
|
||||
|
||||
if(_preferences->getBool(preference_gpio_locking_enabled))
|
||||
if(_preferences->getBool(preference_gpio_locking_enabled, false))
|
||||
{
|
||||
migrateObsoleteSetting();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user