Open pburgio opened 6 years ago
Hello pburgio,
I found the library here:
https://github.com/espressif/esp8266-alink-sds/tree/master/esp8266-rtos-sdk-alink/lib/libmesh.a
With it compilation process continues, but another error occurs: "/xtensa-lx106-elf/bin/ld: .output/eagle/debug/image/eagle.app.v6.out section .irom0.text' will not fit in region
irom0_0_seg'
". I do not know if this is related to this library...
Hello SCherkass,
I managed to have it working using sample code from another git repo -> https://github.com/maximkulkin/esp-homekit-demo
This is supposed to be the newest version of the project, as far as I understood
Cheers Paolo
Hello Paolo,
I also use this repository. Today I made a working sample of the relay + DNT22 sensor. Thank you for information!
Best regards, Stanislav Cherkass
s.cherkass@gmail.com
21 февр. 2018 г., в 17:29, Paolo Burgio notifications@github.com написал(а):
Hello SCherkass,
I managed to have it working using sample code from another git repo -> https://github.com/maximkulkin/esp-homekit-demo https://github.com/maximkulkin/esp-homekit-demo This is supposed to be the newest version of the project, as far as I understood
Cheers Paolo
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HomeACcessoryKid/ESP8266-HomeKit-Demo/issues/41#issuecomment-367363853, or mute the thread https://github.com/notifications/unsubscribe-auth/AYuldkVN5Mbfvy-OEccVnu42T8DFEtY_ks5tXDZvgaJpZM4SIXCg.
Hello,
I am trying to cross-compile for Arduino, as explained here I am on a WIn10 machine, with Win Bash. I correctly installed the esp-open-sdk toolchain.
However, when I run the ./gen_misc.sh script, I get the following
Can anyone help me to understand what's missing?
Paolo