Skip to content

Conversation

@godbrigero
Copy link
Collaborator

  • adds pid tuning stuff that is sent over via the vibecoded/custom admin panel for debugging
  • generalize and add a new set of constants specifically ment for sending over data from the frontend


@Getter
private final OptionalAutobahn communicationClient = new OptionalAutobahn();
private static final OptionalAutobahn communicationClient = new OptionalAutobahn();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was an error in logic. it was meant to be static from the start and got lost in the migration from previous repo process.

private static final OptionalAutobahn communicationClient = new OptionalAutobahn();
@Getter
private boolean onlineStatus;
private static boolean onlineStatus;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was an error in logic. it was meant to be static from the start and got lost in the migration from previous repo process.

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

Successfully merging this pull request may close these issues.

2 participants