-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Firmware update via MQTT #2269
Firmware update via MQTT #2269
Conversation
b89b6e9
to
508070d
Compare
Sming/Libraries/OtaUpgradeMqtt/samples/Upgrade/app/application.cpp
Outdated
Show resolved
Hide resolved
Sming/Libraries/OtaUpgradeMqtt/samples/Upgrade/app/application.cpp
Outdated
Show resolved
Hide resolved
Sming/Libraries/OtaUpgradeMqtt/samples/Upgrade/app/application.cpp
Outdated
Show resolved
Hide resolved
Sming/Libraries/OtaUpgradeMqtt/src/include/OtaUpgrade/Mqtt/PayloadParser.h
Outdated
Show resolved
Hide resolved
Sming/Libraries/OtaUpgradeMqtt/src/include/OtaUpgrade/Mqtt/PayloadParser.h
Outdated
Show resolved
Hide resolved
Sming/Libraries/OtaUpgradeMqtt/src/include/OtaUpgrade/Mqtt/RbootPayloadParser.h
Outdated
Show resolved
Hide resolved
Sming/Libraries/OtaUpgradeMqtt/src/include/OtaUpgrade/Mqtt/RbootPayloadParser.h
Outdated
Show resolved
Hide resolved
baeeb5e
to
36609a8
Compare
@mikee47 I am using the host emulator to create a packing and deployment tool. But it emits too many messages and the error messages from the application are not easy to find and read. Would it be possible to add a --silent option that will silence all internal emulator messages? |
@slaff Sure. Some messages will be errors and probably not helpful to silence those. Could you provide an example log from your application? That will help to identify which should be silent, etc. |
For example for the command below I really don't want to see any message is there is no error.
But what I am getting is all the stuff below.
|
fbe1dc1
to
0a9b28a
Compare
cc29949
to
a66c21c
Compare
fe21840
to
a1e1071
Compare
- [ ] SSL for authentication and authorization. - [ ] Or firmware signing. - [ ] And a demo script for uploading a new stable and nighly versions.
a1e1071
to
e83978c
Compare
Smuggle small change to the documentation to help Windows users install ESP32 toolchain.
e83978c
to
9e9ffe7
Compare
Contains library, sample and tool to facilitate fast and efficient firmware upgrade over MQTT.