We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac38e3 commit c62c646Copy full SHA for c62c646
adafruit_pybadger/__init__.py
@@ -37,3 +37,5 @@
37
from .pyportal import pyportal as pybadger
38
elif "Circuit Playground Bluefruit" in os.uname().machine:
39
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