From ab6c2c3924e190258ad6861650592ff8444bc63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 18 May 2016 22:27:23 +0200 Subject: [PATCH] Add small clarification for 'system restart' --- docs/en/modules/adc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/adc.md b/docs/en/modules/adc.md index b05b6850..b48b260f 100644 --- a/docs/en/modules/adc.md +++ b/docs/en/modules/adc.md @@ -7,7 +7,7 @@ The ADC module provides access to the in-built ADC. On the ESP8266 there is only a single-channel, which is multiplexed with the battery voltage. Depending on the setting in the "esp init data" (byte 107) one can either use the ADC to read an external voltage, or to read the system voltage (vdd33), but not both. -Which mode to use the ADC in can be configured via the `adc.force_init_mode()` function. Note that after switching from one to the other a system restart is required before the change takes effect. +Which mode to use the ADC in can be configured via the `adc.force_init_mode()` function. Note that after switching from one to the other a system restart (e.g. power cycle, reset button, [`node.restart()`](node.md#noderestart)) is required before the change takes effect. ## adc.force_init_mode()