From c432877421e2572c5594d249c4ca8aaf827857d2 Mon Sep 17 00:00:00 2001 From: MihajloPi - YU4MPI Date: Fri, 6 Sep 2024 15:19:58 +0200 Subject: [PATCH] Ooops... (#1063) * Editing SatDump config file + additional logic I've added `meteor_daytime_enhancements` and `meteor_nighttime_enhancements` to the `settings.yml` file and additional logic in the `Capture.php` file to include all enhancements listed for creation for Meteor M2-X. * Ooops... --- config/settings_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings_schema.json b/config/settings_schema.json index ac9b909a..4e0fc886 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -142,7 +142,7 @@ "noaa_map_state_border_color": { "type": "string" }, "wxtoimg_map_offset": { "type": "number" }, "noaa_thermal_temp_overlay": { "type": "boolean" }, - "noaa_thermal_temp_overlay_location": { "type": "boolean" }, + "noaa_thermal_temp_overlay_location": { "type": "string" }, "noaa_jpg_image_quality": { "type": "number", "minimum": 0,