placeholder guess at PMU code until I have HW

This commit is contained in:
geeksville
2020-04-24 09:33:45 -07:00
parent 7bc299573f
commit 7fa9d09d9f
6 changed files with 152 additions and 5 deletions

View File

@@ -13,4 +13,6 @@ extern meshtastic::Screen screen;
// Return a human readable string of the form "Meshtastic_ab13"
const char *getDeviceName();
void getMacAddr(uint8_t *dmac);
void getMacAddr(uint8_t *dmac);
void nrf52Setup(), esp32Setup(), nrf52Loop(), esp32Loop();