Arduino FLITE
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