Skip to content

Reporting Crashes

Nebojša Cvetković edited this page Feb 12, 2020 · 3 revisions

Crashes are indicated by a fast blinking red LED after the ESP32 is restarted. If you are experiencing crashes, you can attempt to resolve them is with a Full Reset, and always make sure you are running the Latest Firmware which should have previously discovered problems fixed.

If you have tried both of these steps and are still experiencing problems, you may have found a new bug in the firmware. The best way to get these fixed is to report them on the Issues page.

Please include:

  • Your firmware version e.g. v0.4.2
  • The steps to reproduce the crash e.g. set up NTRIP caster without password, connect to WiFi network, etc
  • [If possible] A core dump, which you can download by accessing http://192.168.4.1/core_dump on the ESP32's hotspot, or with http://{esp32-ip}/core_dump on your home network. This will still be accessible after you perform a Full Reset, which might be necessary if the crash is being caused by your current configuration.
  • [If possible] A log from the device, accessible at http://192.168.4.1/log.html, or http://{esp32-ip}/log.html on your home network.

This will allow us to quickly identify the cause of the problem, and we should be able to provide a fix within a few days.

Clone this wiki locally