Skip to content

Configuration

Jukka-Pekka Sarjanen edited this page Feb 8, 2019 · 1 revision

SYSTEM CONFIGURATION

System configuration must be loaded trough serial connection. Before take it in use. JSOn format is used.

{
	"rev": {
		"maj": 1,
		"min": 1
	},
	"wlan": {
		"ssid": "MyNetworknŃame123456",
		"pass": "VerySecretPass123456"
	},
	"mqtt": {
		"id": "fooBar1234",
		"ip": "1111.222.333.444"
	}
}
Clone this wiki locally