Index: firmware/App/Services/MsgQueues.h =================================================================== diff -u -r8dad6fab1c33602ad94908fd31b8b15153a9eb6e -r8e7158d8231435496fcf1d5649e51babf859ccc7 --- firmware/App/Services/MsgQueues.h (.../MsgQueues.h) (revision 8dad6fab1c33602ad94908fd31b8b15153a9eb6e) +++ firmware/App/Services/MsgQueues.h (.../MsgQueues.h) (revision 8e7158d8231435496fcf1d5649e51babf859ccc7) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2021 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 MsgQueues.h * -* @author (last) Sean -* @date (last) 27-Feb-2020 +* @author (last) Sean Nash +* @date (last) 06-Nov-2020 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -31,7 +31,7 @@ // ********** public definitions ********** -#define MAX_MSG_PAYLOAD_SIZE 100 ///< bytes +#define MAX_MSG_PAYLOAD_SIZE 250 ///< bytes /// Enumeration of message queues. typedef enum Msg_Queues