From ce26ba21f287f27643b010cf61f0b884ea92e56c Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 29 May 2018 10:52:48 +0200 Subject: [PATCH] Output update_map for OTA gapfiller. --- json_otaversions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/json_otaversions.php b/json_otaversions.php index a7f9301..e7e0aaf 100644 --- a/json_otaversions.php +++ b/json_otaversions.php @@ -55,6 +55,7 @@ foreach ($refs as $ref) { 'num_missing' => count($missing_froms), 'missing_froms' => $missing_froms, 'latest_ota' => $latest_ota, + 'update_map' => $update_map, ); } }