You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling I get this error (at the end of the post you can see a graphic capture):
Compiling .pioenvs/esp-bt-proxy-eqiva2/src/esphome/components/eqiva_key_ble/eqiva_key_ble.cpp.o
Compiling .pioenvs/esp-bt-proxy-eqiva2/src/esphome/components/esp32_ble/ble.cpp.o
src/esphome/components/eqiva_key_ble/eqiva_key_ble.cpp: In member function 'void esphome::eqiva_key_ble::EqivaKeyBle::sendNonce()':
src/esphome/components/eqiva_key_ble/eqiva_key_ble.cpp:317:50: error: 'esp_random' was not declared in this scope; did you mean 'srandom'?
317 | clientState.local_session_nonce.append(1,esp_random());
| ^~~~~~~~~~
| srandom
The first time I noticed it was with ESPHome Device Builder version: 2024.12.0. It also happens in version 2024.12.1.
I didn't check if changing "esp_random" by the subgested "srandom" the issue is solved.
Please, my anybody help me.
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi, first of all I would thank you for your code.
My issue:
Compiling .pioenvs/esp-bt-proxy-eqiva2/src/esphome/components/eqiva_key_ble/eqiva_key_ble.cpp.o
Compiling .pioenvs/esp-bt-proxy-eqiva2/src/esphome/components/esp32_ble/ble.cpp.o
src/esphome/components/eqiva_key_ble/eqiva_key_ble.cpp: In member function 'void esphome::eqiva_key_ble::EqivaKeyBle::sendNonce()':
src/esphome/components/eqiva_key_ble/eqiva_key_ble.cpp:317:50: error: 'esp_random' was not declared in this scope; did you mean 'srandom'?
317 | clientState.local_session_nonce.append(1,esp_random());
| ^~~~~~~~~~
| srandom
The first time I noticed it was with ESPHome Device Builder version: 2024.12.0. It also happens in version 2024.12.1.
I didn't check if changing "esp_random" by the subgested "srandom" the issue is solved.
Please, my anybody help me.
Thank you very much.
The text was updated successfully, but these errors were encountered: