We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1531776 commit a374165Copy full SHA for a374165
wled00/util.cpp
@@ -782,7 +782,7 @@ String generateDeviceFingerprint() {
782
esp_chip_info(&chip_info);
783
esp_efuse_mac_get_default((uint8_t*)fp);
784
fp[1] ^= ESP.getFlashChipSize();
785
- #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 3)
+ #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 4, 4)
786
fp[0] ^= chip_info.full_revision | (chip_info.model << 16);
787
#else
788
fp[0] ^= chip_info.revision | (chip_info.model << 16);
0 commit comments