Skip to content

Commit da958ef

Browse files
authored
add ESP8266
1 parent 54bc3f5 commit da958ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeatherMeters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const static uint16_t windvane_table[16][2] = {
4141
{2700, 3781}
4242
};
4343

44-
#elif ADC_RESOLUTION == 1024 || defined(__AVR__)
44+
#elif ADC_RESOLUTION == 1024 || defined(__AVR__) || defined(ESP8266)
4545
const static uint16_t windvane_table[16][2] = {
4646
{1125, 66},
4747
{675, 84},

0 commit comments

Comments
 (0)