From 8409be43e72d8025e9bb378ece2b5f43b17958e8 Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sat, 31 Jul 2021 19:40:36 +0200 Subject: [PATCH] Corrected a typo in a comment --- src/app/WSPeripherals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/WSPeripherals.cpp b/src/app/WSPeripherals.cpp index 068ab2f..030369d 100644 --- a/src/app/WSPeripherals.cpp +++ b/src/app/WSPeripherals.cpp @@ -14,7 +14,7 @@ uint8_t WSPeripherals::init() pinMode(_boardConfig.BATVSensEnable, OUTPUT); digitalWrite(_boardConfig.BATVSensEnable, LOW); - //Unused pins are set as inputs with internal pullup inable to reduce power consumption during sleep + //Unused pins are set as inputs with internal pullup enabled to reduce power consumption during sleep pinMode(0,INPUT_PULLUP); //pinMode(1,INPUT_PULLUP); TX pin for serial pinMode(6,INPUT_PULLUP);