Skip to content

Commit

Permalink
Merge pull request jekhokie#473 from jekhokie/fix-settings-check
Browse files Browse the repository at this point in the history
Update settings_schema.json
  • Loading branch information
colinluthier authored Jan 28, 2022
2 parents 2d8927b + c41dfeb commit 3f07aa8
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
"test_sdr_device_id": { "type": "number" },
"test_enable_bias_tee": { "type": "boolean" },
"test_freq_offset": { "type": "number" },
"meteor_receiver": {
"type": "string"
},
"noaa_receiver": {
"type": "string"
},
"meteor_receiver": { "type": "string" },
"noaa_receiver": { "type": "string" },
"noaa_15_schedule": { "type": "boolean" },
"noaa_15_sdr_device_id": { "type": "number" },
"noaa_15_freq_offset": { "type": "number" },
Expand Down Expand Up @@ -82,9 +78,7 @@
"flip_meteor_image": { "type": "boolean" },
"produce_spectrogram": { "type": "boolean" },
"noaa_crop_telemetry": { "type": "boolean" },
"image_annotation_location": {
"type": "string"
},
"image_annotation_location": { "type": "string" },
"extend_for_annotation": { "type": "boolean" },
"produce_noaa_pristine_image": { "type": "boolean" },
"produce_noaa_pristine_histogram": { "type": "boolean" },
Expand All @@ -106,9 +100,7 @@
"noaa_map_state_border_enable": { "type": "boolean" },
"noaa_map_state_border_color": { "type": "string" },
"noaa_thermal_temp_overlay": { "type": "boolean" },
"noaa_thermal_temp_overlay_location": {
"type": "string"
},
"noaa_thermal_temp_overlay_location": { "type": "string" },
"timezone": { "type": "string" },
"lang_setting": {
"type": "string",
Expand Down Expand Up @@ -168,6 +160,7 @@
"test_sdr_device_id",
"test_enable_bias_tee",
"test_freq_offset",
"noaa_receiver",
"meteor_receiver",
"noaa_15_schedule",
"noaa_15_sdr_device_id",
Expand Down

0 comments on commit 3f07aa8

Please sign in to comment.