From b981e52d9fe97f09a4d96799b9a0248d17eb08eb Mon Sep 17 00:00:00 2001
From: oskarrough
Date: Sun, 28 Apr 2024 16:01:46 +0200
Subject: [PATCH] Avoid duplicate SDK in bundle
---
examples/r4-tuner/index.html | 5 ++++-
src/components/r4-tuner.js | 8 ++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/examples/r4-tuner/index.html b/examples/r4-tuner/index.html
index c14e2ac6..d55f3819 100644
--- a/examples/r4-tuner/index.html
+++ b/examples/r4-tuner/index.html
@@ -24,7 +24,10 @@
frequencies. It will "snap" to the closest channel.
You can access the selected channel on the property selectedChannel
.
-
+
+ Default:
+ Set showSource
attribute to render the list as well.
+