mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
temp fix network manager log verbosity
This commit is contained in:
@@ -658,7 +658,7 @@ esp_err_t network_get_hostname(const char** hostname) {
|
||||
return esp_netif_get_hostname(get_connected_interface(), hostname);
|
||||
}
|
||||
|
||||
void network_set_timer(uint16_t duration) {
|
||||
void network_set_timer(uint16_t duration, const char * tag) {
|
||||
if (duration > 0) {
|
||||
if (!NM.state_timer) {
|
||||
ESP_LOGD(TAG, "Starting new pulse check timer with period of %u ms.", duration);
|
||||
|
||||
Reference in New Issue
Block a user