supla-device
Loading...
Searching...
No Matches
debug_config.h
1// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2// SPDX-License-Identifier: GPL-2.0-or-later
3
4#ifndef SRC_SUPLA_DEBUG_DEBUG_CONFIG_H_
5#define SRC_SUPLA_DEBUG_DEBUG_CONFIG_H_
6
7#ifndef SUPLA_INSECURE_DEBUG_INTERFACE
8#define SUPLA_INSECURE_DEBUG_INTERFACE 0
9#endif
10
11#endif // SRC_SUPLA_DEBUG_DEBUG_CONFIG_H_
12