Safe Sprinkler
Master/slave irrigation system (ESP-NOW + LoRaWAN)
Loading...
Searching...
No Matches
include
general
location_server.h
Go to the documentation of this file.
1
#ifndef LOCATION_SERVER_H
2
#define LOCATION_SERVER_H
3
4
#include "esp_err.h"
5
#include "
node_cfg.h
"
6
7
#ifdef MASTER_NODE
8
#include "
master/config_serializer.h
"
9
#include "
master/main_master.h
"
10
#include "
master/ttn_credentials.h
"
11
12
#include <stdbool.h>
13
#include <stddef.h>
14
#include <stdint.h>
15
16
#endif
17
18
#define MODULE_TAG "ACCESS POINT"
19
31
esp_err_t
registry_server_start
(
slave_data
* shared_data);
32
33
#ifdef MASTER_NODE
41
esp_err_t registry_server_stop(
void
);
42
#endif
// MASTER_NODE
43
#endif
// LOCATION_SERVER_H
config_serializer.h
registry_server_start
int registry_server_start(slave_data *shared_data)
Start the HTTP registry/config server.
main_master.h
node_cfg.h
slave_data
Definition
node_cfg.h:16
ttn_credentials.h
Generated by
1.9.8