Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 754 Bytes

File metadata and controls

27 lines (17 loc) · 754 Bytes

Reset

You can the Reset the Board to its original Factory Configuration without reflashing.

Manual Reset

To reset your Device, please turn power off, then short IO6 with 3V3 and turn Power back on, after that please reboot the device again.

img.png

Since the board is powered via USB, the on/off switch does not work for rebooting, this is only possible when working on the 24V side.

Reset via API

You can reset the Device via API (If the login details have been forgotten, only a manual reset is possible).

To call the API Channel, you need to send a POST Request to http://<host>/api.

For more Details have a look in the API Docs API.md.

{
  "type": "reset"
}