temp sensor

This commit is contained in:
2025-06-24 04:03:27 -04:00
parent b77f10fd5b
commit f097b34d90

View File

@@ -115,6 +115,7 @@ static void statusDataSend(const uint8_t *mac_addr, esp_now_send_status_t status
ESP_LOGE(TAG, "esp_now_send() failed: %s", esp_err_to_name(status));
ESP_LOGE(TAG, "Ensure that receiver is powered-on and MAC is correct.");
deletePeer();
esp_restart();
}
}