From 21ae6a962623c9128fbb4a599cc50a2c616e9884 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 21 Mar 2024 09:15:44 +1100 Subject: [PATCH] comment out dev unit hack the nano code bug has received the hack, so now we don't need it applying by default anymore --- src/system_fsm/booting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index eb931192..bd394428 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -63,7 +63,7 @@ auto Booting::entry() -> void { std::unique_ptr(drivers::NvsStorage::OpenSync())); // HACK: fix up the switch polarity on newer dev units - sServices->nvs().LockPolarity(false); + // sServices->nvs().LockPolarity(false); // I2C and SPI are both always needed. We can't even power down or show an // error without these.