Sming Framework API
()
Toggle main menu visibility
Sming
Components
ssl
include
SslDebug.h
Go to the documentation of this file.
1
/****
2
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3
* Created 2015 by Skurydin Alexey
4
* http://github.com/SmingHub/Sming
5
* All files of the Sming Core are provided under the LGPL v3 license.
6
*
7
* SslDebug.h
8
*
9
* #include this file ahead of others to enable informational and debug messages only when SSL_DEBUG is defined.
10
*
11
****/
12
13
#pragma once
14
15
#if !defined(SSL_DEBUG) && (DEBUG_VERBOSE_LEVEL >= 2)
16
#undef DEBUG_VERBOSE_LEVEL
17
#define DEBUG_VERBOSE_LEVEL 1
18
#endif
19
20
#include <
debug_progmem.h
>
21
#include <assert.h>
debug_progmem.h
Generated by
1.8.13