Data Gator
Hardware and software documentation for the Data Gator project.
Loading...
Searching...
No Matches
config.h
1
/*
2
* Project Configuration Header
3
* generated from config.ini using config_generator.py
4
*/
5
#define SSID "some_network"
6
#define PSSWD "password"
7
#define MQTT_BROKER_ADDR "some.ip.address.here"
8
#define MQTT_PORT 1883
9
#define DEBUG 1
10
#define WIFI_TIMEOUT 10000
11
#define OTA_FREQ 60
12
#define VWC_FREQ 5
13
#define HT_FREQ 5
14
#define TLM_FREQ 10
config_generator
examples
config.h
Generated by
1.10.0