diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-03-20 11:15:33 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-03-20 11:15:33 +1100 |
| commit | 46e67437717975c10c62775a3f40bec84ac4f44c (patch) | |
| tree | 7a6295cee286b574e808d5adf6ebabb8fbeea5b7 /src/system_fsm/booting.cpp | |
| parent | 4cd3c187f92d8f5b73c2c985da308280c18465cf (diff) | |
| download | tangara-fw-46e67437717975c10c62775a3f40bec84ac4f44c.tar.gz | |
version bump, plus prep for lock switch hack
Diffstat (limited to 'src/system_fsm/booting.cpp')
| -rw-r--r-- | src/system_fsm/booting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index 14fed92e..e911932c 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -102,7 +102,7 @@ auto Booting::entry() -> void { sServices->bluetooth().Enable(); } - sServices->nvs().LockPolarity(true); + sServices->nvs().LockPolarity(false); BootComplete ev{.services = sServices}; events::Audio().Dispatch(ev); |
