#include "handbremse.h" #include "globals.h" namespace handbremse { bool angezogen{false}; bool finishedMotorUpdate{false}; std::optional releaseTimer; std::optional wishTimer; std::optional standStillFirstDetected; std::optional lastAutoRelease{espchrono::millis_clock::now()}; StateWish stateWish{none}; } // namespace