From b382e6c0c23e697090f0a5989737894e782ab940 Mon Sep 17 00:00:00 2001 From: Kaspar Emanuel Date: Wed, 15 May 2024 13:58:41 +0100 Subject: [PATCH] Debug: Glasgow only --- scripts/importBoardsTxt.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/importBoardsTxt.ts b/scripts/importBoardsTxt.ts index baf1e099b0..d19c69bfc5 100755 --- a/scripts/importBoardsTxt.ts +++ b/scripts/importBoardsTxt.ts @@ -52,7 +52,8 @@ const headers = { } async function main() { - let boards = await getBoardsTxt() + let boards = ["https://github.com/GlasgowEmbedded/glasgow"] + if (flags.shuffle) { boards = shuffle(boards) }