From 082015ebdc17f0cd3db3a44d9d89277a04410167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 27 Aug 2017 21:26:14 +0200 Subject: [PATCH] Add doc link for bootreason EXCCAUSE --- docs/en/modules/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/node.md b/docs/en/modules/node.md index 7ce0f1dd..4ce7fd78 100644 --- a/docs/en/modules/node.md +++ b/docs/en/modules/node.md @@ -28,7 +28,7 @@ The second value returned is the extended reset cause. Values are: In general, the extended reset cause supercedes the raw code. The raw code is kept for backwards compatibility only. For new applications it is highly recommended to use the extended reset cause instead. -In case of extended reset cause 3 (exception reset), additional values are returned containing the crash information. These are, in order, EXCCAUSE, EPC1, EPC2, EPC3, EXCVADDR, and DEPC. +In case of extended reset cause 3 (exception reset), additional values are returned containing the crash information. These are, in order, [EXCCAUSE](https://arduino-esp8266.readthedocs.io/en/latest/exception_causes.html), EPC1, EPC2, EPC3, EXCVADDR, and DEPC. #### Syntax `node.bootreason()`