remove unneeded logging
This commit is contained in:
parent
a806c5e463
commit
2530bd4235
@ -18,7 +18,6 @@ uint64_t fota_trigger_mac;
|
||||
void macsniff_setup() {
|
||||
std::stringstream ss;
|
||||
ss << std::hex << OTA_TRIGGER_MAC;
|
||||
ESP_LOGI(TAG, "OTA_TRIGGER_MAC %X", OTA_TRIGGER_MAC);
|
||||
ss >> fota_trigger_mac;
|
||||
std::cout << static_cast<int>(fota_trigger_mac) << std::endl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user