Skip to content

Commit

Permalink
comment out chipID for esp8266
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Crippa committed Apr 21, 2024
1 parent a2abaf1 commit 7b9c71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ void setup()
chipID |= ((ESP.getEfuseMac() >> (40 - i)) & 0xff) << i;
}
l_info(TAG_MAIN, "Chip ID: %s", chipID);
#else
l_info(TAG_MAIN, "Chip ID: %s", ESP.getChipId());
// #else
// l_info(TAG_MAIN, "Chip ID: %s", ESP.getChipId());
#endif

#if defined(ESP8266)
Expand Down

0 comments on commit 7b9c71d

Please sign in to comment.