Skip to content

Commit 1f9fa39

Browse files
committed
1.15
1 parent 99e7e68 commit 1f9fa39

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

src/lib/data/devices.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,22 @@
286286
"Battery": "None",
287287
"Flash": "16MB",
288288
"PSRAM": "8MB"
289+
},
290+
{
291+
"device": "Elecrow 24B",
292+
"CC1101": "Module Required",
293+
"NRF24": "Module Required",
294+
"FMRadio": "Module Required",
295+
"NFC": "Module Required",
296+
"Mic": false,
297+
"BadUSB": false,
298+
"RGB_Led": true,
299+
"Audio": "Tone",
300+
"Screen": "320x240",
301+
"ESP": "ESP32-WROOM-32",
302+
"Battery": "None",
303+
"Flash": "16MB",
304+
"PSRAM": "8MB"
289305
}
306+
290307
]

src/routes/+page.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { onMount } from 'svelte';
3-
const VERSION = '1.14';
3+
const VERSION = '1.15';
44
55
import Card from '$lib/components/Card.svelte';
66
import News from '$lib/components/News.svelte';
@@ -136,8 +136,8 @@
136136
</News>
137137
<News title="Bruce RF Reaper">
138138
<p class="mb-4 text-[1.2rem]">Open Source Bruce PCB, fully compatible with Bruce</p>
139-
<Btn href="https://github.com/BruceDevices/firmware/tree/main/pcbs">Download</Btn>
140-
<Btn href="https://www.elecrow.com/bruce-pcb-rf-reaper.html" outline className="max-sm:mt-2">Buy</Btn>
139+
<Btn href="https://bruce.computer/boards">Download</Btn>
140+
<Btn href="https://bruce-devices.myshopify.com/" outline className="max-sm:mt-2">Buy</Btn>
141141
</News>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)