Index: firmware/App/DDCommon.h =================================================================== diff -u -r58ab39a642ac876eb735c98db5186bf0de0e9066 -r27e8758fa6199e72b914e1199786a4396ce74d06 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 58ab39a642ac876eb735c98db5186bf0de0e9066) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 27e8758fa6199e72b914e1199786a4396ce74d06) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file DDCommon.h * * @author (last) Vinayakam Mani -* @date (last) 06-Aug-2024 +* @date (last) 14-Nov-2025 * * @author (original) Vinayakam Mani -* @date (original) 06-Aug-2024 +* @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -22,10 +22,10 @@ // ********** version ********** -#define DD_VERSION_MAJOR 0 -#define DD_VERSION_MINOR 0 -#define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 19 +#define DD_VERSION_MAJOR 0 +#define DD_VERSION_MINOR 0 +#define DD_VERSION_MICRO 0 +#define DD_VERSION_BUILD 24 // ********** development build switches ********** @@ -52,8 +52,11 @@ //#define __BICARB_CHAMBER_FILL__ 1 //Uncomment below for Maxon controller speed change -//#define __MAXON_SPEED_UPDATE__ 1 +#define __MAXON_SPEED_UPDATE__ 1 +//UnComment below for DryBicarb testing +#define __DRY_BICARB__ 1 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1