-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBootConfig.json
More file actions
35 lines (35 loc) · 867 Bytes
/
BootConfig.json
File metadata and controls
35 lines (35 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// =============================================================================
// BootConfig.json - Boot Configuration File
// =============================================================================
/*
{
"system": {
"device_id": "ESP8266_DHT_001",
"firmware_version": "2.0.0",
"debug_level": 2,
"watchdog_timeout": 30000,
"restart_on_failure": true
},
"wifi": {
"ssid": "KRC-101C",
"password": "krc101c@",
"connection_timeout": 30000,
"retry_attempts": 3,
"power_save_mode": false
},
"sensor": {
"type": "DHT11",
"pin": 2,
"read_interval": 3000,
"validation_attempts": 3,
"spike_threshold_temp": 5.0,
"spike_threshold_humidity": 10.0
},
"location": {
"latitude": 28.637270,
"longitude": 77.170277,
"timezone_offset": 19800,
"location_name": "Delhi, India"
}
}
*/