From 369d3797200ba27cbb93929d05bb2368e913d8c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= <tgoettgens@gmail.com>
Date: Sun, 16 Jun 2024 21:08:34 +0200
Subject: [PATCH] CI is creating the uf2 file during build

---
 variants/rak2560/platformio.ini | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/variants/rak2560/platformio.ini b/variants/rak2560/platformio.ini
index ff667aadf..96c1bfa92 100644
--- a/variants/rak2560/platformio.ini
+++ b/variants/rak2560/platformio.ini
@@ -19,6 +19,3 @@ lib_deps =
 debug_tool = jlink
 ; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
 ;upload_protocol = jlink
-extra_scripts = 
-	${env.extra_scripts}
-	./variants/rak2560/create_uf2.py	
\ No newline at end of file