Arduino-HomeKit-ESP icon indicating copy to clipboard operation
Arduino-HomeKit-ESP copied to clipboard

Arduino library version of espressif's official esp-homekit-sdk.

Results 2 Arduino-HomeKit-ESP issues
Sort by recently updated
recently updated
newest added

``` .pio/libdeps/pico32/Arduino-HomeKit-ESP/src/port/bignum.c:49:46: error: 'DPORT_RSA_PD' undeclared (first use in this function) DPORT_REG_CLR_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD); ^~~~~~~~~~~~~~~~~~~~~ .pio/libdeps/pico32/Arduino-HomeKit-ESP/src/port/bignum.c:58:23: error: 'DPORT_RSA_PD_CTRL_REG' undeclared (first use in this function) DPORT_REG_SET_BIT(DPORT_RSA_PD_CTRL_REG, DPORT_RSA_PD); ^~~~~~~~~~~~~~~~~~~~~ .pio/libdeps/pico32/Arduino-HomeKit-ESP/src/port/bignum.c:58:46: error: 'DPORT_RSA_PD' undeclared (first...

Placed the downloaded library in the Arduino `libraries` folder but got the next error in Arduino IDE - `no headers files (.h) found in Arduino-HomeKit-ESP` What can be the reason?...