You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built a board roughly based on the trinket m0 with IR receive/transmit capabilities. It's a shitty addon for conference badges. Hardware and software are all opensource: https://github.com/sarfata/shirtty-addon.
I am working on a PR to get this merged into master (#2294 is the first PR against 4.x but I will open a new one against master). Would be great to have a custom PID for this board. Thanks!
The text was updated successfully, but these errors were encountered:
This changes makemanifest.py & mpy-tool.py to merge string and mpy names
into the same list (now mp_frozen_names).
The various paths for loading a frozen module (mp_find_frozen_module) and
checking existence of a frozen module (mp_frozen_stat) use a common
function that searches this list.
In addition, the frozen lookup will now only take place if the path starts
with ".frozen", which needs to be added to sys.path.
This fixes issues adafruit#1804, adafruit#2322, adafruit#3509, adafruit#6419.
Signed-off-by: Jim Mussared <[email protected]>
We built a board roughly based on the trinket m0 with IR receive/transmit capabilities. It's a shitty addon for conference badges. Hardware and software are all opensource: https://github.com/sarfata/shirtty-addon.
I am working on a PR to get this merged into master (#2294 is the first PR against 4.x but I will open a new one against master). Would be great to have a custom PID for this board. Thanks!
The text was updated successfully, but these errors were encountered: