Skip to content

Commit 2dd81c6

Browse files
committed
added more devices to table
1 parent 2f8edfa commit 2dd81c6

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

src/lib/data/devices.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,24 @@
302302
"Battery": "None",
303303
"Flash": "16MB",
304304
"PSRAM": "8MB"
305+
},
306+
{
307+
"device": "Elecrow Advance-35-s3",
308+
"CC1101": "Module Required",
309+
"NRF24": "Module Required",
310+
"FMRadio": "Module Required",
311+
"NFC": "Module Required",
312+
"Mic": false,
313+
"BadUSB": true,
314+
"RGB_Led": true,
315+
"Audio": "Tone",
316+
"Screen": "320x240",
317+
"ESP": "ESP32-S3",
318+
"Battery": "None",
319+
"Flash": "16MB",
320+
"PSRAM": "8MB"
305321
}
306322

323+
324+
307325
]

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<News title="Bruce RF Reaper">
138138
<p class="mb-4 text-[1.2rem]">Open Source Bruce PCB, fully compatible with Bruce</p>
139139
<Btn href="https://bruce.computer/boards">Download</Btn>
140-
<Btn href="https://bruce-devices.myshopify.com/" outline className="max-sm:mt-2">Buy</Btn>
140+
<Btn href="https://www.awin1.com/cread.php?awinmid=82721&awinaffid=2875315&ued=https%3A%2F%2Fwww.elecrow.com/bruce-pcb-rf-reaper.html" outline className="max-sm:mt-2">Buy</Btn>
141141
</News>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)