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
Hi Timo,
when I try to compile the NMEA2000ToNMEA0183 sketch I get this error: "Compilation error: 'esp_efuse_mac_get_default' was not declared in this scope". The Arduino IDE is the 2.3.3 and the bosrd is an ESP32-Wroom. Is there another way to get the mac address of the board?
Thanks a lot!
Sebastian
The text was updated successfully, but these errors were encountered:
That is since they have changed includes. Function was previously included as default, but now you may need to add #include "esp_mac.h" on BoardSerialNumber.cpp. Or just comment the call, if you do not need it.
Hi Timo,
when I try to compile the NMEA2000ToNMEA0183 sketch I get this error: "Compilation error: 'esp_efuse_mac_get_default' was not declared in this scope". The Arduino IDE is the 2.3.3 and the bosrd is an ESP32-Wroom. Is there another way to get the mac address of the board?
Thanks a lot!
Sebastian
The text was updated successfully, but these errors were encountered: