// // Created by kifir on 8/23/24. // #pragma once namespace engine_configuration_defaults { /* A/C Settings: */ constexpr float AC_DELAY = 0.5f; constexpr uint16_t MIN_AC_PRESSURE = 100; constexpr uint16_t MAX_AC_PRESSURE = 300; constexpr float AC_PRESSURE_ENABLE_HYST = 10.0f; }