use a real macaddr on the nrf52

This commit is contained in:
geeksville
2020-04-23 16:55:25 -07:00
parent 2fdb75efdf
commit 8f3b33c84c
6 changed files with 84 additions and 17 deletions

View File

@@ -12,3 +12,5 @@ extern meshtastic::Screen screen;
// Return a human readable string of the form "Meshtastic_ab13"
const char *getDeviceName();
void getMacAddr(uint8_t *dmac);