From 29ce4b1eb898a985e3a88c53b9a8b578729216cb Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Mon, 31 Jan 2022 00:30:22 -0600 Subject: [PATCH] Add TDWR VCPs --- wxdata/source/scwx/common/vcp.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wxdata/source/scwx/common/vcp.cpp b/wxdata/source/scwx/common/vcp.cpp index 71779a3e..9708cfd0 100644 --- a/wxdata/source/scwx/common/vcp.cpp +++ b/wxdata/source/scwx/common/vcp.cpp @@ -16,9 +16,11 @@ std::string GetVcpDescription(uint16_t vcp) { case 31: case 32: - case 35: return CLEAR_AIR_MODE; + case 35: + case 90: return CLEAR_AIR_MODE; case 12: + case 80: case 112: case 121: case 212: