Comment out unused var warning

This commit is contained in:
Ben Meadors 2024-11-19 07:08:11 -06:00 committed by Tom Fifield
parent 935709889a
commit 437b1b6535

View File

@ -114,7 +114,7 @@ NodeDB::NodeDB()
uint32_t channelFileCRC = crc32Buffer(&channelFile, sizeof(channelFile)); uint32_t channelFileCRC = crc32Buffer(&channelFile, sizeof(channelFile));
int saveWhat = 0; int saveWhat = 0;
bool hasUniqueId = false; // bool hasUniqueId = false;
// Get device unique id // Get device unique id
#if defined(ARCH_ESP32) && defined(ESP_EFUSE_OPTIONAL_UNIQUE_ID) #if defined(ARCH_ESP32) && defined(ESP_EFUSE_OPTIONAL_UNIQUE_ID)
uint32_t unique_id[4]; uint32_t unique_id[4];