Yurik72 / ESPHap

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

Compilation error in ESPHap_Button #138

Open TKBeckum opened 1 year ago

TKBeckum commented 1 year ago

I got an error when trying to upload this sketch. I didn't change anything in the sketch, except SSID an pwd EspHap_Button/EspHap_Button.ino:67:10: fatal error: hapfilestorage\hapfilestorage.hpp: No such file or directory

include "hapfilestorage\hapfilestorage.hpp"

Yurik72 commented 1 year ago

Check #26 , probably it helps

TKBeckum commented 1 year ago

Thanks, that helped! The forward slash was the problem. I encountered another problem with: Serial.println(system_get_free_heap_size()); system_get_free_heap_size was not declared. Because it is a print statement, I commented it out and then the sketch compiled. Greetings

On Sun, 11 Jun 2023 at 16:42, Yurik72 @.***> wrote:

Check #26 https://github.com/Yurik72/ESPHap/issues/26 , probably it helps

— Reply to this email directly, view it on GitHub https://github.com/Yurik72/ESPHap/issues/138#issuecomment-1586192381, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKQTGRQUL7ZZ3KTA3HSI4TTXKXKL5ANCNFSM6AAAAAAZCMESXE . You are receiving this because you authored the thread.Message ID: @.***>