comment out dev unit hack
the nano code bug has received the hack, so now we don't need it applying by default anymore
This commit is contained in:
@@ -63,7 +63,7 @@ auto Booting::entry() -> void {
|
|||||||
std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync()));
|
std::unique_ptr<drivers::NvsStorage>(drivers::NvsStorage::OpenSync()));
|
||||||
|
|
||||||
// HACK: fix up the switch polarity on newer dev units
|
// 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
|
// I2C and SPI are both always needed. We can't even power down or show an
|
||||||
// error without these.
|
// error without these.
|
||||||
|
|||||||
Reference in New Issue
Block a user