Function update_map
Source pub async fn update_map(map_num: u32) -> bool
Expand description
Updates the map with new data.
§Arguments
map_num - The map number to be updated.
errors - An ErrorArray to capture errors.
warnings - A WarningArray to capture warnings.
§Returns
bool - A boolean indicating if the update was successful.