12 lines
326 B
INI
12 lines
326 B
INI
pins=[7];
|
|
|
|
|
|
sensornodes = ( { ip = "192.168.0.101"; outside = 0;},
|
|
{ ip = "192.168.0.102"; outside = 1;}
|
|
);
|
|
|
|
#compare_ids = [0, 1]; //Compare 2 sensors
|
|
databaseUser = "dhtuser";
|
|
|
|
|
|
//TODO: Set the refresh rate for an esp8266 manually through the settings file. This will be set by http post to the rest service |