user config example updated

This commit is contained in:
klaute 2019-01-27 20:31:15 +01:00
parent 96894fbc39
commit b5a7b36869

View file

@ -1,5 +1,9 @@
// Copy this file to config_user.h and adjust it to your needs.
#ifndef __CONFIG_USER_H__
#define __CONFIG_USER_H__
// Debug output on the serial console
#define DEBUG
@ -16,3 +20,6 @@ const char *INFLUXDB_PASS = "password";
// Device name
String DEVICE_NAME = "devicename";
#endif