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
When adding the PKI functionality it appears that we have not accounted for the extra overhead and have taken MQTT config over the packet size limit.
The map report config needs to be removed and we need to reduce the size of the username in order to get back under the packet size limit.
No config section should be larger than can be remotely administered.
The text was updated successfully, but these errors were encountered:
for reference: current #define meshtastic_ModuleConfig_MQTTConfig_size 254
Sorry, something went wrong.
thebentern
No branches or pull requests
When adding the PKI functionality it appears that we have not accounted for the extra overhead and have taken MQTT config over the packet size limit.
The map report config needs to be removed and we need to reduce the size of the username in order to get back under the packet size limit.
No config section should be larger than can be remotely administered.
The text was updated successfully, but these errors were encountered: