15 lines
223 B
Plaintext
15 lines
223 B
Plaintext
#define STASSID "SSID"
|
|
#define STAPSK "heslo"
|
|
|
|
#define DS18B20_PIN 0
|
|
//jak zacházet s více čidly?
|
|
#define CORRECTION 0
|
|
|
|
#define RELAY_PIN 2
|
|
|
|
#define METRICS_EXPORT 1
|
|
#define API 1
|
|
#define WEBAPP 1
|
|
|
|
#define THERMOSTAT 1
|