Multiple definitions warning - cant fix it

Yes, a name conflict of in the MCCI LoRaWAN library and the ESP32 base libraries with both of them wanting to name a function “hal_init()”. Try fixing the error by copying the library folder into your lib/ folder and renaming the hal_init() function there (with all of its usages, but should be relatively few, example).

2 Likes