Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Comment |
| listeningPorts.sse = { | ||
| description = "Port to listen on"; | ||
| example = { | ||
| family = null; | ||
| protocol = "tcp"; | ||
| port = 6315; | ||
| }; | ||
| }; |
There was a problem hiding this comment.
doesn't have its own port just for sse
There was a problem hiding this comment.
I'm just going off of
Line 172 in b6cee48
| port = 80; | ||
| }; | ||
| }; | ||
| listeningPorts.http443 = { |
There was a problem hiding this comment.
this is typically spelled https
There was a problem hiding this comment.
Yes, but only when it actually works, unlike on the up4k boards which apparently don't actually use the HTTPS protocol?
No description provided.