espnow autoreconnect

This commit is contained in:
2025-07-28 22:39:28 -04:00
parent bfe5b70e51
commit 20e8be4e8d

View File

@@ -119,6 +119,7 @@ static void sendData (void)
} else {
espnow_channel = 1;
}
ESP_LOGI(TAG, "Channel is set at %d", espnow_channel);
transmission_init();
}
}