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 the device password is incorrect, a Reboot RPC command is received that results in a reboot loop. This occurs in the Minimal.ino example.
Minimal.ino
5759 2 mDash.c:656:dev_cb {"id":1,"result":{"fw_version":"1.2.16-a-10812-Adafruit ESP32 Feather","arch":"esp32","fw_id":"20240126-134300","app":"FIRMWARE","uptime":1706305428,"ram_free":84320,"reboot_reason":"power-on","id":"...","public_key":"..."}} 588b 2 mDash.c:646:dev_cb RPC: {"id":40,"method":"Sys.Reboot"}
Is this expected behaviour? Is there a means to verify authorization without receiving the Reboot RPC?
The application for this is a device password that is entered manually in the field.
Thanks,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the device password is incorrect, a Reboot RPC command is received that results in a reboot loop.
This occurs in the
Minimal.ino
example.Is this expected behaviour?
Is there a means to verify authorization without receiving the Reboot RPC?
The application for this is a device password that is entered manually in the field.
Thanks,
The text was updated successfully, but these errors were encountered: