15 lines
313 B
C
15 lines
313 B
C
/*
|
|
* Blynk Connection Settings
|
|
*/
|
|
|
|
//Uncomment to use your own server
|
|
#define useLocalServer
|
|
|
|
char auth[35] = "";
|
|
char server[] = "";
|
|
int port = 8080;
|
|
|
|
//If you wish to forward the temperature to another device, add the
|
|
//token here and enable in "config.h"
|
|
char forwardAuth[35] = "";
|