From d7a21148ac1c79e6858162f3321151645c0c3496 Mon Sep 17 00:00:00 2001 From: ubi de feo Date: Wed, 6 Nov 2024 15:44:10 +0100 Subject: [PATCH] Removed automatic creation of lib folder. Signed-off-by: ubi de feo --- ui/arduino/store.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/arduino/store.js b/ui/arduino/store.js index adb79d5..0074d6a 100644 --- a/ui/arduino/store.js +++ b/ui/arduino/store.js @@ -117,10 +117,6 @@ async function store(state, emitter) { // Recover from getting stuck in raw repl await serial.getPrompt() - // Make sure there is a lib folder - log('creating lib folder') - await serial.createFolder('/lib') - // Connected and ready state.isConnecting = false state.isConnected = true