Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Threshold transform configurations not loaded correctly after restart. #650

Open
rogerlittin opened this issue Apr 10, 2023 · 0 comments

Comments

@rogerlittin
Copy link
Contributor

rogerlittin commented Apr 10, 2023

If an IntThreshold or FloatThreshold is added to a project and then updated via the UI, the updated configuration is not reloaded when the device is restarted. Instead, the original configuration is loaded.

The following error is printed in the debug logs,

(D) (load_configuration)(C1) Loading configuration for path '/Engine/WetExhaustTemp/Threshold' from '/GldheEq+AJu0o14z56OH7hbvvz8='
(W) (set_configuration)(C1) WARNING: set_configuration not defined for this Class
(W) (load_configuration)(C1) WARNING: Could not set configuration for /Engine/WetExhaustTemp/Threshold

Those warnings are coming from configurable.cpp so it looks like the set_configuration override in threshold.cpp isn’t being called for some reason.
FloatThreshold has a separate issue where the configuration cannot be saved due to missing parameters. This is resolved in PR #649.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant