Corrected a typo in a comment

This commit is contained in:
Th3maz1ng 2021-07-31 19:40:36 +02:00
parent f794ad4ee1
commit 8409be43e7

View File

@ -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);