IsOutside boolean added to config and insertData. Readme updated
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
typedef struct sensornode {
|
||||
char ip[50];
|
||||
int isoutside; //Inside = 0; outside = 1
|
||||
struct sensornode *next;
|
||||
} sensornode;
|
||||
|
||||
|
Reference in New Issue
Block a user