version bump, plus prep for lock switch hack

custom
jacqueline 1 year ago
parent 4cd3c187f9
commit 46e6743771
  1. 2
      src/system_fsm/booting.cpp
  2. 2
      tools/cmake/common.cmake

@ -102,7 +102,7 @@ auto Booting::entry() -> void {
sServices->bluetooth().Enable(); sServices->bluetooth().Enable();
} }
sServices->nvs().LockPolarity(true); sServices->nvs().LockPolarity(false);
BootComplete ev{.services = sServices}; BootComplete ev{.services = sServices};
events::Audio().Dispatch(ev); events::Audio().Dispatch(ev);

@ -5,7 +5,7 @@
# For more information about build system see # For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
set(PROJECT_VER "0.7.0") set(PROJECT_VER "0.7.1")
# esp-idf sets the C++ standard weird. Set cmake vars to match. # esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD 23)

Loading…
Cancel
Save