mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
removed comment
This commit is contained in:
@@ -239,8 +239,6 @@ void WebCustomizationService::writeDeviceName(AsyncWebServerRequest * request, J
|
|||||||
uint8_t device_id = emsdevice->device_id();
|
uint8_t device_id = emsdevice->device_id();
|
||||||
auto custom_name = json["name"].as<std::string>();
|
auto custom_name = json["name"].as<std::string>();
|
||||||
|
|
||||||
// emsesp::EMSESP::logger().info("Found Device ID: %d, Product ID: %d", device_id, product_id);
|
|
||||||
|
|
||||||
// updates current record or creates a new one
|
// updates current record or creates a new one
|
||||||
bool entry_exists = false;
|
bool entry_exists = false;
|
||||||
update([&](WebCustomization & settings) {
|
update([&](WebCustomization & settings) {
|
||||||
|
|||||||
Reference in New Issue
Block a user