mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Oops broke esp8266 compile. Fixed
This commit is contained in:
parent
6aee706f01
commit
feb5ffc3dd
@ -64,7 +64,7 @@ void ZigbeeInit(void)
|
||||
WiFi.macAddress((uint8_t*) &mac64);
|
||||
uint32_t esp_id = ESP_getChipId();
|
||||
#ifdef ESP8266
|
||||
uint32_t flash_id = ESP.getFlashChipIdd();
|
||||
uint32_t flash_id = ESP.getFlashChipId();
|
||||
#else // ESP32
|
||||
uint32_t flash_id = 0;
|
||||
#endif // ESP8266 or ESP32
|
||||
|
Loading…
x
Reference in New Issue
Block a user