diff --git a/firmware/controllers/actuators/idle_thread.cpp b/firmware/controllers/actuators/idle_thread.cpp index 2eafab6030..05a2965bf0 100644 --- a/firmware/controllers/actuators/idle_thread.cpp +++ b/firmware/controllers/actuators/idle_thread.cpp @@ -9,6 +9,8 @@ * @date May 23, 2013 * @author Andrey Belomutskiy, (c) 2012-2018 * + * disable verbose_idle + * * This file is part of rusEfi - see http://rusefi.com * * rusEfi is free software; you can redistribute it and/or modify it under the terms of diff --git a/firmware/controllers/core/fsio_impl.cpp b/firmware/controllers/core/fsio_impl.cpp index 8d789a319b..3e1a3595b7 100644 --- a/firmware/controllers/core/fsio_impl.cpp +++ b/firmware/controllers/core/fsio_impl.cpp @@ -267,6 +267,8 @@ void applyFsioConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) { } state.fsioLogics[i] = logic; + } else { + scheduleMsg(logger, "No pin - no value! %d", i); } } }