Pilot Error ![]()
Anyway, I found the API you asked about. Compiles but untested:
#include "esp_mac.h"
void setup() {
uint8_t mac[8];
esp_efuse_mac_get_default(mac);
}
void loop() {
}
Pilot Error ![]()
Anyway, I found the API you asked about. Compiles but untested:
#include "esp_mac.h"
void setup() {
uint8_t mac[8];
esp_efuse_mac_get_default(mac);
}
void loop() {
}