diff --git a/AquaNet/src/pages/Home/SetupInstructions.svelte b/AquaNet/src/pages/Home/SetupInstructions.svelte index dcd03e22..5ec5fbc9 100644 --- a/AquaNet/src/pages/Home/SetupInstructions.svelte +++ b/AquaNet/src/pages/Home/SetupInstructions.svelte @@ -1,3 +1,44 @@ + + +

Connection Setup

@@ -11,4 +52,43 @@ If not, please contact the seller of your device for the required files, as we will not provide them for copyright reasons. -
\ No newline at end of file + {#if user} +
+ {#if !keychip} + + + {:else} +
+

+ Please edit your segatools.ini file and modify the following lines: +

+ +
+ {@html keychipCode} +
+
+ {/if} +
+ {:else} +

Loading...

+ {/if} + + + \ No newline at end of file