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

fix: Fix SimulatorApp bug related to creation of Ess.Power component #2722

Merged
merged 2 commits into from
Jul 31, 2024

Commits on Jul 26, 2024

  1. fix: Fix SimulatorApp bug related to creation of Ess.Power component

    The Ess.Power component is actually never deleted. An attempt to delete it, is ignored. I was not able to find out the reason for that.
    Since the component is created afterwards again, this change ensures, the component is updated with the desired `enablePid` property.
    Felix Remmel committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3ae6ad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3b9525e View commit details
    Browse the repository at this point in the history