mirror of
https://github.com/esphome/esphome.git
synced 2025-11-14 13:55:45 +00:00
fix
This commit is contained in:
@@ -693,7 +693,7 @@ void get_mac_address_raw(uint8_t *mac) { // NOLINT(readability-non-const-parame
|
||||
}
|
||||
#elif defined(USE_RP2040)
|
||||
void get_mac_address_raw(uint8_t *mac) { // NOLINT(readability-non-const-parameter)
|
||||
#if USE_WIFI
|
||||
#ifdef USE_WIFI
|
||||
WiFi.macAddress(mac);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user