I want to build client.ino example for ESP32 from "GuruxDLMS.c\Arduino_IDE\client"
https://github.com/Gurux/GuruxDLMS.c/blob/master/Arduino_IDE/client/cli…
I have added following as Additional Board Manager URLs
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/pack…
I have copied include and src folder from "GuruxDLMS.c\development" to "GuruxDLMS.c\Arduino_IDE\client"
I am getting following compilation error:
E:\ritesh\dlms\repo\GuruxDLMS.c\Arduino_IDE\client\src\client.c: In function 'cl_getApplicationAssociationRequest':
E:\ritesh\dlms\repo\GuruxDLMS.c\Arduino_IDE\client\src\client.c:421:5: error: implicit declaration of function 'bb_init'; did you mean 'bb_Init'? [-Wimplicit-function-declaration]
421 | bb_init(&pw2);
| ^~~~~~~
| bb_Init
exit status 1
Compilation error: implicit declaration of function 'bb_init'; did you mean 'bb_Init'? [-Wimplicit-function-declaration]
Can any one help me out?
Hi, ESP32 compiler error is…
Hi,
ESP32 compiler error is fixed to version 9.0.2505.1501.
BR,
Mikko
Hi @kurumi, Thanks for the…
Hi @kurumi,
Thanks for the superfast fix!