supla-device
Loading...
Searching...
No Matches
supla_lib_config.h
1// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4/*
5 * Put here all custom defines to customize library functionality
6 * Supported defines:
7 * SUPLA_COMM_DEBUG - enables logging of send and received data to/from server
8 *
9 */
10#ifdef supla_lib_config_h_
11#define SRC_SUPLA_SUPLA_LIB_CONFIG_H_
12#endif // supla_lib_config_h_
13
14#ifndef SRC_SUPLA_SUPLA_LIB_CONFIG_H_
15#define SRC_SUPLA_SUPLA_LIB_CONFIG_H_
16
17#define SUPLA_COMM_DEBUG
18
19#endif // SRC_SUPLA_SUPLA_LIB_CONFIG_H_