Clean-up logs
To reduce RAM requirements
This commit is contained in:
@@ -50,9 +50,6 @@ api:
|
||||
url: string
|
||||
then:
|
||||
- lambda: |-
|
||||
static const char *const TAG = "addon_upload_tft.api.services.upload_tft";
|
||||
ESP_LOGD(TAG, "Custom TFT file upload requested");
|
||||
ESP_LOGD(TAG, " URL: %s", url.c_str());
|
||||
std::string clean_url = url;
|
||||
// Convert to lowercase
|
||||
std::transform(clean_url.begin(), clean_url.end(), clean_url.begin(),
|
||||
|
||||
Reference in New Issue
Block a user