We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
X-Protobuf-Schema
The X-Protobuf-Schema HTTP header returned in the /api/v1 calls (like GET /api/v1/fromradio, PUT /api/v1/toradio etc.) is invalid.
/api/v1
GET /api/v1/fromradio
PUT /api/v1/toradio
Meshtastic returns URL which does not exist (anymore?):
X-Protobuf-Schema: https://raw.githubusercontent.com/meshtastic/protobufs/master/mesh.proto
The correct one is
X-Protobuf-Schema: https://raw.githubusercontent.com/meshtastic/protobufs/master/meshtastic/mesh.proto
The text was updated successfully, but these errors were encountered:
This was fixed in meshtastic/firmware#4411
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
X-Protobuf-Schema
HTTP header returned in the/api/v1
calls (likeGET /api/v1/fromradio
,PUT /api/v1/toradio
etc.) is invalid.Meshtastic returns URL which does not exist (anymore?):
The correct one is
The text was updated successfully, but these errors were encountered: