v1.0.0-rc.62

This commit is contained in:
2025-07-08 20:19:59 +02:00
parent 02039b9f1c
commit 0b5f28f50d
150 changed files with 197 additions and 163 deletions

View File

@@ -526,6 +526,12 @@ namespace {
}
} else if (key == "spots")
GetCBORSpots(message, value);
else if (key == "spot_count")
message.spot_count = GetCBORUInt(value);
else if (key == "spot_count_low_res")
message.spot_count_low_res = GetCBORUInt(value);
else if (key == "spot_count_indexed")
message.indexing_spot_count = GetCBORUInt(value);
else if (key == "spot_count_ice_rings")
message.spot_count_ice_rings = GetCBORUInt(value);
else if (key == "az_int_profile")