OTA security added

This commit is contained in:
richonguzman
2023-08-28 22:08:00 -04:00
parent 310b3afe59
commit a396c3a9bf
4 changed files with 25 additions and 5 deletions
+8 -4
View File
@@ -46,12 +46,16 @@
"server": "192.168.0.100",
"port": 514
},
"bme": {
"active": false
},
"ota": {
"username":"richon",
"password": "totoro"
},
"other": {
"beaconInterval": 15,
"rememberStationTime": 30,
"sendBatteryVoltage": false
},
"bme": {
"active": false
}
}
}