From dce1c461492270659786afdb6e47ee7ae20dbef4 Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Sat, 24 Jun 2023 10:15:22 +0200 Subject: [PATCH] Update WeatherSensor.cpp --- src/WeatherSensor.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/WeatherSensor.cpp b/src/WeatherSensor.cpp index aab1c482..bfe0b5c5 100644 --- a/src/WeatherSensor.cpp +++ b/src/WeatherSensor.cpp @@ -973,9 +973,6 @@ DecodeStatus WeatherSensor::decodeBresserLightningPayload(uint8_t *msg, uint8_t // see AS3935 Datasheet, Table 17 - Distance Estimation uint8_t const distance_map[] = { 1, 5, 6, 8, 10, 12, 14, 17, 20, 24, 27, 31, 34, 37, 40, 63 }; #endif - // FIXME Workaround for CI - (void)(distance_map); - // data whitening uint8_t msgw[MSG_BUF_SIZE];