From 056c222d57ac96e230a349f64843f10cc7c77974 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 18 Apr 2025 07:52:04 -0500 Subject: [PATCH] remove circuitpython_org bundle --- circup/config/bundle_config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circup/config/bundle_config.json b/circup/config/bundle_config.json index eb38930..3be4eaf 100644 --- a/circup/config/bundle_config.json +++ b/circup/config/bundle_config.json @@ -1,5 +1,4 @@ { "adafruit": "adafruit/Adafruit_CircuitPython_Bundle", - "circuitpython_community": "adafruit/CircuitPython_Community_Bundle", - "circuitpython_org": "circuitpython/CircuitPython_Org_Bundle" + "circuitpython_community": "adafruit/CircuitPython_Community_Bundle" }