diff --git a/docs/StatusLED-BlinkCodes.md b/docs/StatusLED-BlinkCodes.md index f8f87f9..e40e643 100644 --- a/docs/StatusLED-BlinkCodes.md +++ b/docs/StatusLED-BlinkCodes.md @@ -1,6 +1,6 @@ This page lists possible blink codes of the red LED located on the ESP32-CAM board, their meaning and possible solutions. -The effective error codes can be found [here](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/statusled.h). +The error code source definition can be found [here](https://github.com/jomjol/AI-on-the-edge-device/blob/rolling/code/components/jomjol_helper/statusled.h). # General design approach: @@ -29,7 +29,7 @@ The effective error codes can be found [here](https://github.com/jomjol/AI-on-th | SDCARD_CHECK | 4 | Basic check: folder/file presence | 4 | X | CAM_INIT | 5 | Camera init failed (details console) | 1 | X | CAM_INIT | 5 | Camera framebuffer check failed | 2 | -| PSRAM_INIT | 6 | SPI RAM init failed: Not found/defective| 1 | X +| PSRAM_INIT | 6 | RAM init failed: Not found/defective | 1 | X | PSRAM_INIT | 6 | External SPI RAM < 4MB | 2 | X | PSRAM_INIT | 6 | Total heap < 4MB | 3 | X | TIME_CHECK | 7 | Missing time sync (check every round) | 1 |