Yurik72 / ESPHap

ESP32/ESP8266 Arduino library for native Apple Homekit Accessory Protocol (HAP)
MIT License
265 stars 60 forks source link

Unable to compile EspHap_WindowCovering for generic ESP8266 #94

Closed hhoef closed 3 years ago

hhoef commented 3 years ago

I get the error: EspHap_WindowCovering:65:1: error: 'esp_timer_create_args_t' does not name a type esp_timer_create_args_t _timerConfig; ^ EspHap_WindowCovering:66:1: error: 'esp_timer_handle_t' does not name a type esp_timer_handle_t _timer=NULL; ^ I use Arduine IDE 1.8.13

Hubert

Yurik72 commented 3 years ago

I have chganged implementation for ESP8266 based on the Ticker