You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is required to use the serial console to enable or disable devices. This is problematic for people who aren't well versed in handling serial consoles. It would be useful if a list of devices appeared in the website and could be checked or selected such that devices could be enabled or disabled as needed by the end user.
The text was updated successfully, but these errors were encountered:
I changed the devices and DeviceManager so that devices can be enabled/disabled while GEVCU is running. Without the need to reset GEVCU. it uses the normal setup() method plus an additional tearDown() method to properly shut-down the device.
This would be a good base to enable / disable all devices from serial as well as via Web console. Will be committed to the ArduionoDue branch within the next 2 weeks
That's also included in todays pull request. You can dynamically activate/deactivate devices via the web config site - without the need to restart the system (most of the time)
Currently it is required to use the serial console to enable or disable devices. This is problematic for people who aren't well versed in handling serial consoles. It would be useful if a list of devices appeared in the website and could be checked or selected such that devices could be enabled or disabled as needed by the end user.
The text was updated successfully, but these errors were encountered: