This repository has been archived on 2024-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESP8266-energie/config.h.example
2022-12-15 13:15:22 +01:00

11 lines
168 B
Plaintext

#define STASSID "SSID"
##define STAPSK "heslo"
#define ELECTRICITY 2
#define GAS 0
//Light on power on, blink on request
#define LED_PIN 1
#define METRICS_EXPORT 1