Skip to content

Commit

Permalink
Update WeatherSensor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 24, 2023
1 parent cd9f178 commit dce1c46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/WeatherSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit dce1c46

Please sign in to comment.