From c4b410de8cf6462f562887fd0fd308ad96b7ee64 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Mar 2020 13:37:01 +0100 Subject: [PATCH] change initial_time in settings to 2000-01-01 --- default_settings.json | 148 +++++++++++++++++------------------ settings_preset_clemens.json | 148 +++++++++++++++++------------------ settings_preset_didi.json | 148 +++++++++++++++++------------------ 3 files changed, 222 insertions(+), 222 deletions(-) diff --git a/default_settings.json b/default_settings.json index 1833cd0..a8bcd49 100644 --- a/default_settings.json +++ b/default_settings.json @@ -1,74 +1,74 @@ -{ - "networking": { - - "wlan": { - "enabled": true, - "ssid": "", - "encryption": 0, - "password": "", - "timeout": 1000, - "ifconfig": "dhcp", - "available": {}, - "antenna_external": false, - "antenna_pin": "P12" - }, - - "accesspoint": { - "enabled": true, - "ssid": "hiverize-accespoint", - "encryption": 3, - "password": "hiverize", - "channel": 4 - }, - - "lora": { - }, - - "lte": { - } - }, - - "telemetry": { - "beep": { - "enabled": true, - "server": "https://bee-observer.org", - "sensor_key": "" - } - }, - "sensors": { - "ds1820": { - "enabled": true, - "pin": "P11", - "positions": { - "t_i_1": "", - "t_i_2": "", - "t_i_3": "", - "t_i_4": "", - "t_i_5": "", - "t_o": "" - } - }, - "hx711": { - "enabled": true, - "pin_dout": "P22", - "pin_pdsck": "P21", - "calibration_factor": 1, - "tare_offset": 0 - }, - "bme280": { - "enabled": true, - "pin_sda": "P9", - "pin_scl": "P10" - } - }, - "general": { - "general": { - "button_ap_enabled": true, - "button_ap_pin": "P2", - "initial_time": 1556805688, - "measurement_interval": 5, - "until_wifi_reconnect" : 12, - "oled": false - } - } -} +{ + "networking": { + + "wlan": { + "enabled": true, + "ssid": "", + "encryption": 0, + "password": "", + "timeout": 1000, + "ifconfig": "dhcp", + "available": {}, + "antenna_external": false, + "antenna_pin": "P12" + }, + + "accesspoint": { + "enabled": true, + "ssid": "hiverize-accespoint", + "encryption": 3, + "password": "hiverize", + "channel": 4 + }, + + "lora": { + }, + + "lte": { + } + }, + + "telemetry": { + "beep": { + "enabled": true, + "server": "https://bee-observer.org", + "sensor_key": "" + } + }, + "sensors": { + "ds1820": { + "enabled": true, + "pin": "P11", + "positions": { + "t_i_1": "", + "t_i_2": "", + "t_i_3": "", + "t_i_4": "", + "t_i_5": "", + "t_o": "" + } + }, + "hx711": { + "enabled": true, + "pin_dout": "P22", + "pin_pdsck": "P21", + "calibration_factor": 1, + "tare_offset": 0 + }, + "bme280": { + "enabled": true, + "pin_sda": "P9", + "pin_scl": "P10" + } + }, + "general": { + "general": { + "button_ap_enabled": true, + "button_ap_pin": "P2", + "initial_time": 946684800, + "measurement_interval": 5, + "until_wifi_reconnect" : 12, + "oled": false + } + } +} diff --git a/settings_preset_clemens.json b/settings_preset_clemens.json index 0e2aec2..0555b69 100644 --- a/settings_preset_clemens.json +++ b/settings_preset_clemens.json @@ -1,74 +1,74 @@ -{ - "networking": { - - "wlan": { - "enabled": true, - "ssid": "", - "encryption": 0, - "password": "", - "timeout": 1000, - "ifconfig": "dhcp", - "available": {}, - "antenna_external": false, - "antenna_pin": "P12" - }, - - "accesspoint": { - "enabled": true, - "ssid": "hiverize-accespoint", - "encryption": 3, - "password": "hiverize", - "channel": 4 - }, - - "lora": { - }, - - "lte": { - } - }, - - "telemetry": { - "beep": { - "enabled": true, - "server": "https://bee-observer.org", - "sensor_key": "" - } - }, - "sensors": { - "ds1820": { - "enabled": true, - "pin": "P11", - "positions": { - "t_i_1": "", - "t_i_2": "", - "t_i_3": "", - "t_i_4": "", - "t_i_5": "", - "t_o": "" - } - }, - "hx711": { - "enabled": true, - "pin_dout": "P22", - "pin_pdsck": "P21", - "calibration_factor": 1, - "tare_offset": 1000 - }, - "bme280": { - "enabled": true, - "pin_sda": "P9", - "pin_scl": "P10" - } - }, - "general": { - "general": { - "button_ap_enabled": false, - "button_ap_pin": "", - "initial_time": 1556805688, - "measurement_interval": 5, - "until_wifi_reconnect" : 12, - "oled": false - } - } -} +{ + "networking": { + + "wlan": { + "enabled": true, + "ssid": "", + "encryption": 0, + "password": "", + "timeout": 1000, + "ifconfig": "dhcp", + "available": {}, + "antenna_external": false, + "antenna_pin": "P12" + }, + + "accesspoint": { + "enabled": true, + "ssid": "hiverize-accespoint", + "encryption": 3, + "password": "hiverize", + "channel": 4 + }, + + "lora": { + }, + + "lte": { + } + }, + + "telemetry": { + "beep": { + "enabled": true, + "server": "https://bee-observer.org", + "sensor_key": "" + } + }, + "sensors": { + "ds1820": { + "enabled": true, + "pin": "P11", + "positions": { + "t_i_1": "", + "t_i_2": "", + "t_i_3": "", + "t_i_4": "", + "t_i_5": "", + "t_o": "" + } + }, + "hx711": { + "enabled": true, + "pin_dout": "P22", + "pin_pdsck": "P21", + "calibration_factor": 1, + "tare_offset": 1000 + }, + "bme280": { + "enabled": true, + "pin_sda": "P9", + "pin_scl": "P10" + } + }, + "general": { + "general": { + "button_ap_enabled": false, + "button_ap_pin": "", + "initial_time": 946684800, + "measurement_interval": 5, + "until_wifi_reconnect" : 12, + "oled": false + } + } +} diff --git a/settings_preset_didi.json b/settings_preset_didi.json index ac1ebdf..1d0982c 100644 --- a/settings_preset_didi.json +++ b/settings_preset_didi.json @@ -1,74 +1,74 @@ -{ - "networking": { - - "wlan": { - "enabled": true, - "ssid": "", - "encryption": 0, - "password": "", - "timeout": 1000, - "ifconfig": "dhcp", - "available": {}, - "antenna_external": false, - "antenna_pin": "P12" - }, - - "accesspoint": { - "enabled": true, - "ssid": "hiverize-accespoint", - "encryption": 3, - "password": "hiverize", - "channel": 4 - }, - - "lora": { - }, - - "lte": { - } - }, - - "telemetry": { - "beep": { - "enabled": true, - "server": "https://bee-observer.org", - "sensor_key": "" - } - }, - "sensors": { - "ds1820": { - "enabled": true, - "pin": "P11", - "positions": { - "t_i_1": "", - "t_i_2": "", - "t_i_3": "", - "t_i_4": "", - "t_i_5": "", - "t_o": "" - } - }, - "hx711": { - "enabled": true, - "pin_dout": "P22", - "pin_pdsck": "P21", - "calibration_factor": 1, - "tare_offset": 1000 - }, - "bme280": { - "enabled": true, - "pin_sda": "P9", - "pin_scl": "P10" - } - }, - "general": { - "general": { - "button_ap_enabled": true, - "button_ap_pin": "P2", - "initial_time": 1556805688, - "measurement_interval": 5, - "until_wifi_reconnect" : 12, - "oled": false - } - } -} +{ + "networking": { + + "wlan": { + "enabled": true, + "ssid": "", + "encryption": 0, + "password": "", + "timeout": 1000, + "ifconfig": "dhcp", + "available": {}, + "antenna_external": false, + "antenna_pin": "P12" + }, + + "accesspoint": { + "enabled": true, + "ssid": "hiverize-accespoint", + "encryption": 3, + "password": "hiverize", + "channel": 4 + }, + + "lora": { + }, + + "lte": { + } + }, + + "telemetry": { + "beep": { + "enabled": true, + "server": "https://bee-observer.org", + "sensor_key": "" + } + }, + "sensors": { + "ds1820": { + "enabled": true, + "pin": "P11", + "positions": { + "t_i_1": "", + "t_i_2": "", + "t_i_3": "", + "t_i_4": "", + "t_i_5": "", + "t_o": "" + } + }, + "hx711": { + "enabled": true, + "pin_dout": "P22", + "pin_pdsck": "P21", + "calibration_factor": 1, + "tare_offset": 1000 + }, + "bme280": { + "enabled": true, + "pin_sda": "P9", + "pin_scl": "P10" + } + }, + "general": { + "general": { + "button_ap_enabled": true, + "button_ap_pin": "P2", + "initial_time": 946684800, + "measurement_interval": 5, + "until_wifi_reconnect" : 12, + "oled": false + } + } +}