From 85c09e27c7b9b4cdc6125f3a8dda638f93baca15 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 23 Aug 2022 07:23:19 -0400 Subject: [PATCH] typo / --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 1ec1b0c0..e4a00f8d 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -2821,7 +2821,7 @@ void start_ina219() { pinMode(PI_3V3_PIN, INPUT); // Serial.print("Pi 3.3V: "); // Serial.println(digitalRead(PI_3V3_PIN)); -/ if (digitalRead(PI_3V3_PIN) == LOW) { + if (digitalRead(PI_3V3_PIN) == LOW) { // if (true) { Serial.println("Pi Zero not present, powering INA219s through 3.3V pin"); pinMode(PI_3V3_PIN, OUTPUT);