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
I added in lora.h, button2.h & hardware.h
to get to...
In file included from /Users/greghall/Documents/GitHub/ssbc/tinySSB/esp32/loramesh-TBeam/loramesh-TBeam.h:9,
from /Users/greghall/Documents/GitHub/ssbc/tinySSB/esp32/loramesh-TBeam/loramesh-TBeam.ino:3:
/Users/greghall/Documents/GitHub/ssbc/tinySSB/esp32/loramesh-TBeam/hw_setup.h: In function 'void hw_setup()':
/Users/greghall/Documents/GitHub/ssbc/tinySSB/esp32/loramesh-TBeam/hw_setup.h:169:3: error: 'esp_efuse_mac_get_default' was not declared in this scope
169 | esp_efuse_mac_get_default(my_mac);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
exit status 1
Compilation error: 'esp_efuse_mac_get_default' was not declared in this scope
What am I doing wrong?
Maybe a platformio so that library management is handled by the system?