Arduino FLITE
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
Functions
Files
File List
File Members
All
Functions
•
All
Classes
Files
Functions
Pages
src
config.h
Go to the documentation of this file.
1
6
#pragma once
7
8
// Logging
9
//#define LOG(fmt,...)
10
#define LOG(fmt,...) Serial.printf(fmt, __VA_ARGS__); Serial.println();
11
12
// Deactivate Sockets
13
#define CST_NO_SOCKETS
14
Generated by
1.9.1