user config example updated
This commit is contained in:
parent
96894fbc39
commit
b5a7b36869
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue