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

Implement receiving of CAN messages via MQTT #1279

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ranma
Copy link

@ranma ranma commented Sep 23, 2024

This is mainly intended for debugging.

image

@schlimmchen
Copy link
Member

This is mainly intended for debugging.

I like it, it is elegant. Nice 💪 However, if it is really just for debugging or development, should we guard it with a #define? Unfortunately, transmitting this info to the web app will be cumbersome. @AndreasBoehm What do you think? Can this be a mainstream feature? I guess there should be a prominent warning that "this setting is probably not for you" (plus link to the docs)?

@AndreasBoehm
Copy link
Member

AndreasBoehm commented Sep 24, 2024

What if we put it in the web app but don't include it in the navigation?
A 'dev menu' that is only accessible if you know the URL/path?

EDIT: or we add a URL param dev=true ?

This is mainly intended for debugging.
@ranma
Copy link
Author

ranma commented Sep 28, 2024

EDIT: or we add a URL param dev=true ?

Changed the view so it only shows up with ?debug=true.

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.

3 participants