Minor reformat
This commit is contained in:
parent
28f6702353
commit
104d7c0345
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,9 @@ export default {
|
|||
|
||||
applyConfigRequest: function() {
|
||||
console.log("Applying config to the microscope")
|
||||
var payload = {picamera_settings:{}}
|
||||
var payload = {
|
||||
picamera_settings: {}
|
||||
}
|
||||
|
||||
//if (this.shutterSpeed != this.$store.state.apiConfig.picamera_settings.shutter_speed) {
|
||||
payload.camera_settings.picamera_settings.shutter_speed = this.shutterSpeed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue