Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 397 Bytes

ESP-probes

Created for ESP8266 board.

Configuration

The env.h file is needed with following content:

#define WIFI_ESSID    "MyWiFi"
#define WIFI_PASSWORD "secretpassword"
#define WIFI_CHANEL 1
#define WIFI_BSSID {0x12, 0x34, 0x56, 0x78, 0x90, 0xAB}

#define MQTT_HOST "192.168.0.1"
#define MQTT_PORT 1883
#define MQTT_PREFIX "home/room"

#define SLEEP_SEC 5 * 60
#define debug