From aa5e3e5b1814e80eead06f6ba89beff4c12c439e Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 25 Jun 2021 15:06:29 +0200 Subject: [PATCH] fix minor mistakes --- content/firmwareapi/pycom/pycom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/firmwareapi/pycom/pycom.md b/content/firmwareapi/pycom/pycom.md index f295e83..0c8a3e8 100644 --- a/content/firmwareapi/pycom/pycom.md +++ b/content/firmwareapi/pycom/pycom.md @@ -78,7 +78,7 @@ With arguments, the specified keys will be set. ## Boot methods -### pycom.pybytes_on_boot() +### pycom.pybytes_on_boot([boolean]) Get or set the activation of pybytes on boot. @@ -86,7 +86,7 @@ Get or set the activation of pybytes on boot. Allows you permanently disable or enable the heartbeat LED. Once this setting is set, it will persist between reboots. Note, this only comes into effect on the next boot, it does not stop the already running heartbeat. -### pycom.lte_modem_on_boot([boolean]) +### pycom.lte_modem_en_on_boot([boolean]) Get or set the LTE modem on boot flag. When this flag is set to `True`, the LTE modem will be enabled.