Skip to content

Commit c62c646

Browse files
committed
add magtag to init
1 parent cac38e3 commit c62c646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_pybadger/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@
3737
from .pyportal import pyportal as pybadger
3838
elif "Circuit Playground Bluefruit" in os.uname().machine:
3939
from .cpb_gizmo import cpb_gizmo as pybadger
40+
elif "MagTag with ESP32S2" in os.uname().machine:
41+
from .mag_tag import mag_tag as pybadger

0 commit comments

Comments
 (0)