#ifndef DEBUG_CONFIG_H
#define DEBUG_CONFIG_H

////////////////////////////////////////////////////////////////////////////////
//
// Debugging

#define DEBUG_SERIAL_MESSAGES

// Serial Bridge Debugging Switches
#define BRIDGE_DEBUG_REGISTER
#define BRIDGE_DEBUG_CALL_METHOD

// Serial Command Messaging Debugging Switches
#define DEBUG_MESSAGES_PARSE


#define HAS_DEBUG_MODBUS_BRIDGE
// #define HAS_DEBUG_MODBUS_BRIDGE_PRINT_QUERY
// #define HAS_DEBUG_MODBUS_BRIDGE_PRINT_QUEUE

#define HAS_DEBUG_MEMORY

#endif // DEBUG_CONFIG_H
