Skip to content

Commit

Permalink
Changed availability of struct SensorMap
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Oct 8, 2023
1 parent 69283a2 commit 4be895b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeatherSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ typedef enum DecodeStatus {
} DecodeStatus;


#if defined(ESP32) || defined(ESP8266)
#if !defined(ARDUINO_ARCH_AVR)
/*!
* \struct SensorMap
*
Expand Down

0 comments on commit 4be895b

Please sign in to comment.